Sort Your Way Through!

Sorting is the art of arranging a data structure primitively an array, in some particular fashion as per demanded by the question. It is generally ascending or descending. There are different types of sorting techniques we read about, each with a different time and space complexity. These questions test your basic sorting skills and the sorting techniques you should know.