Chapter 10. Searching¶
Abstract
Searching is an adventure into the unknown; where we may need to traverse every corner of a mysterious space, or perhaps we’ll quickly locate our target.
On this journey of discovery, each exploration may end up with 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