mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 18:16:29 +08:00
20 lines
689 B
Markdown
20 lines
689 B
Markdown
---
|
|
comments: true
|
|
icon: material/text-search
|
|
---
|
|
|
|
# 10. 搜索
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
![搜索](../assets/covers/chapter_searching.jpg){ width="600" }
|
|
|
|
</div>
|
|
|
|
## 本章内容
|
|
|
|
- [10.1 二分查找](https://www.hello-algo.com/chapter_searching/binary_search/)
|
|
- [10.2 二分查找边界](https://www.hello-algo.com/chapter_searching/binary_search_edge/)
|
|
- [10.3 哈希优化策略](https://www.hello-algo.com/chapter_searching/replace_linear_by_hashing/)
|
|
- [10.4 重识搜索算法](https://www.hello-algo.com/chapter_searching/searching_algorithm_revisited/)
|
|
- [10.5 小结](https://www.hello-algo.com/chapter_searching/summary/)
|