Methods
:
Sort
Sorting a list of numbers.
See:
Microchip PIC sorting methods
Address Calculation
: the forgotten sort
See also:
https://www.youtube.com/watch?v=pcJHkWwjNl4
It turns out that Selection sort and Insertion Sort are the same.
http://c2.com/cgi/wiki?SortingAlgorithms
for a whole slew of more-or-less complicated sorting algorithms.