So, I am studying 3-way merge sort and I am wondering about the without loss of generality.
lets assume that we have array A' with power of 3 elements and A with power of any constant.
Here is my question.
Why having an assumption that n(number of elements) is a power of three is without loss of generality?
WHy any assumption of the form that n is a power of a constant is also without loss of generality?