previous |
start |
next
Chapter Goals
- To study the several searching and sorting algorithms
- To appreciate that algorithms for the same task can differ
widely in performance
- To understand 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
previous |
start |
next