This commit is contained in:
krahets
2023-07-17 17:51:03 +08:00
parent 639f7e3185
commit fa3e1c7e3f
27 changed files with 156 additions and 0 deletions
+9
View File
@@ -1,5 +1,6 @@
---
comments: true
icon: material/text-search
---
# 10.   搜索
@@ -9,3 +10,11 @@ comments: true
![搜索](../assets/covers/chapter_searching.jpg){ width="70%" }
</div>
## 本章内容
- [10.1 &nbsp; 二分查找](https://www.hello-algo.com/chapter_searching/binary_search/)
- [10.2 &nbsp; 二分查找边界](https://www.hello-algo.com/chapter_searching/binary_search_edge/)
- [10.3 &nbsp; 哈希优化策略](https://www.hello-algo.com/chapter_searching/replace_linear_by_hashing/)
- [10.4 &nbsp; 重识搜索算法](https://www.hello-algo.com/chapter_searching/searching_algorithm_revisited/)
- [10.5 &nbsp; 小结](https://www.hello-algo.com/chapter_searching/summary/)