13.8 Chapter Summary
This chapter covered these topics:
- linear and binary searches
- the bubble sort, selection and insert (simple) sorts
- the Shell sort
- the quick and merge (advanced) sorts
- performance analysis of searching and sorting algorithms, including the O notation
- the brute force and Knuth-Morris-Pratt string searching algorithms
No new reserved words, standard identifiers, or library routines were taken up in this chapter.
Contents