Wednesday, July 22, 2009

Searching through data

Selection sort
Insertion sort
Merge sort
Quicksort : how does it select the pivot value?
Binary search


Try to explain each algorithm in layman's terms and give the efficiency of the algorithm (Big O notation). Include a useful link if you found it.

No comments: