PDA

View Full Version : Linear sorting algorithms


jen phoenix
Nov 21, 2007, 06:43 AM
What are the different kinds of linear sorting and it will be appreciated if there is an algorithm for each.if no algorithm,well,it is still OK.please.thanks.

asterisk_man
Nov 21, 2007, 08:06 AM
Try your text book

Sitwonade
Feb 29, 2008, 10:56 AM
Bubble sort, quicksort, binary insertion sort, heap sort, radix sort

Those are just a few. There are more but I don't know them all off the top of my head.