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.
Anonym
All the questions were based on programming logic and can be easily solved using in any programming language.