- Electronics (14)
- Analog (5)
- Microcontroller (9)
- Computer Science (8)
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. If it [...]














