I have two arrays. Let\'s say:
array = \"Dave\", \"Mike\", \"Joe\", \"Jason\", \"Kevin\"
and
IQ = 110, 145, 75, 122, 130
Construct a 2d array with first row as names and second row as IQ Sort this array according to the IQ in O(nlogn)