Sorting of numbers
by Ranjith | November 4th, 2008.Sorting means arranging a set of data in some order. There are different methods that are used to sort the data in ascending order. Some of the methods are Selection sort Bubble sort Insertion sort 1. Selection sort Here, to sort the data in ascending order, the 0th element is compared with all other elements. [...]













