Shortcut for chapter specific information

Monday, April 25, 2011

Further readings for insertion sort and selection sort

Insertion sort:
-sentinel version of straight insertion sort
-binary search
-binary insertion sort
-shell sort
-library sort
-tree sort(?)

Selection sort:
-stable version of selection sort.
-bidirectional version of selection sort.
-comparison with insertion sort.
-comparison with bubble sort
-cycle sort
-heap sort variants
     -tournament sort
     -smoothsort. 

No comments:

Post a Comment