...

/

Challenge: Rearrange Sorted Array in Max/Min Form

Challenge: Rearrange Sorted Array in Max/Min Form

Try to solve the Rearrange Sorted Array in Max/Min Form problem.

We'll cover the following...

Statement

We're given a sorted array, nums, containing positive integers only. We have to rearrange the array so that when returned, the 0th0^{th} index of the array will have the largest number, the 1st1^{st} ...