1. Given an unsorted array, write a function which will accept the array and return the minimum difference between any pair.
2. Given an array of integers, print the array in such a way that the first element is the first maximum and second element is first minimum and so on.
3. Given an array of numbers, arrange then in a way that yields the largest value.