> For the complete documentation index, see [llms.txt](https://mnunknown.gitbook.io/algorithm-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mnunknown.gitbook.io/algorithm-notes/binary_search_lei.md).

# Binary Search 类

- [Matrix Binary Search](https://mnunknown.gitbook.io/algorithm-notes/binary_search_lei/matrix_binary_search.md)
- [Array Binary Search](https://mnunknown.gitbook.io/algorithm-notes/binary_search_lei/array_binary_search.md)
- [Find Peak Element I & II](https://mnunknown.gitbook.io/algorithm-notes/binary_search_lei/find_peak_element_i_and_ii.md)
- [\*\*Median of Two Sorted Arrays](https://mnunknown.gitbook.io/algorithm-notes/binary_search_lei/median_of_two_sorted_arrays.md)
