How do you think, if you would need to generalize swap(x,y) function - How it would look like ? We all know that in standard case swap() is just: x,y = y,x; But if swap could accept 3 elements or even more, up until n, - How it would act ? Or we can ...
agniusvasiliauskas.hashnode.devNo responses yet.