[Tutor] Sorting

alan.gauld@bt.com alan.gauld@bt.com
Mon, 17 Jan 2000 11:21:02 -0000


> Any good references on sorting techniques?  I don't have the 

The definitive reference is Donald Knuth's books - one of which is 
dedicated to sorting and searching.

However mere mortals sometimes find them a bit heavy going, in 
which case try Jon Bentleys Programming Pearls and 
More Programming Pearls - One at least gives several 
sorting algorithms in increasing efficiency.

IMHO They are both must have books for any programmer...

Alan G.