Here's another program form DSF .This time its the sorting techniques.Let's Start of with Quick Sort.Bet you won't find an easier program than the one's here on Tech Junkieee...
Working of quick sort algorithm:
Input:12 9 4 99 120 1 3 10 13



Output:1 3 4 10 12 13 99 120
Working of quick sort algorithm:
Input:12 9 4 99 120 1 3 10 13
Output:1 3 4 10 12 13 99 120