Searching and Sorting(continued)
We have a very fast search algorithm - Binary search
But, the list has to be sorted, before we can search it with binary search.
To be really efficient, we also need a fast sort algorithm.
Previous slide
Next slide
Back to first slide
View graphic version