Challenge: Maximum, Minimum Array
Let’s solve the minimum, maximum array problem.
We'll cover the following...
Problem
Given a sorted array, rearrange it into the maximum-minimum form.
Input
A sorted integer array. ...