Files
hello-algo/en/docs/chapter_searching/index.md
krahets dbd1e4a750 build
2024-11-25 19:31:05 +08:00

24 lines
822 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
comments: true
icon: material/text-search
---
# Chapter 10.   Searching
![Searching](../assets/covers/chapter_searching.jpg){ class="cover-image" }
!!! abstract
Searching is an adventure into the unknown; where we may need to traverse every corner of a mysterious space, or perhaps well quickly locate our target.
On this journey of discovery, each exploration may end up with an unexpected answer.
## Chapter contents
- [10.1   Binary search](binary_search.md)
- [10.2   Binary search insertion](binary_search_insertion.md)
- [10.3   Binary search boundaries](binary_search_edge.md)
- [10.4   Hashing optimization strategies](replace_linear_by_hashing.md)
- [10.5   Search algorithms revisited](searching_algorithm_revisited.md)
- [10.6   Summary](summary.md)