Chapter Goals
- To study several sorting and searching algorithms
- To appreciate that algorithms for the same task can differ widely
in performance
- To understand the big-Oh notation
- To learn how to estimate and compare the performance of algorithms
- To learn how to measure the running time of a program