This commit is contained in:
krahets
2025-12-31 19:37:45 +08:00
parent 29ec0c699d
commit 3c9d5689c4
279 changed files with 40895 additions and 16087 deletions
+8 -8
View File
@@ -9,15 +9,15 @@ icon: material/text-search
!!! 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.
Searching is an adventure into the unknown, where we may need to traverse every corner of the mysterious space, or we may be able to quickly lock onto the target.
In this journey of discovery, each exploration may yield 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.1   Binary Search](binary_search.md)
- [10.2   Binary Search Insertion](binary_search_insertion.md)
- [10.3   Binary Search Edge Cases](binary_search_edge.md)
- [10.4   Hash Optimization Strategy](replace_linear_by_hashing.md)
- [10.5   Search Algorithms Revisited](searching_algorithm_revisited.md)
- [10.6   Summary](summary.md)