Selection Sort
This tutorial will show you how the Selection Sort algorithm works. It is mostly used to sort numbers, but you can sort letters as well using the ASCII numeration. The tutorial also includes a sample program that demonstrates the algorithm.
Views: 1512 | | by Marry
View this tutorial