Chapter 10. Searching¶
Abstract
Searching is an unknown adventure, where we may need to traverse every corner of a mysterious space, or perhaps quickly pinpoint our target.
In this journey of discovery, each exploration may yield an unexpected answer.
Chapter contents¶
- 10.1 Binary search
- 10.2 Binary search insertion
- 10.3 Binary search boundaries
- 10.4 Hashing optimization strategies
- 10.5 Search algorithms revisited
- 10.6 Summary