Update binary_search.md (#699)

This commit is contained in:
YDJ 2023-08-28 23:45:51 +08:00 committed by GitHub
parent beea47eb5d
commit 2f0f154b3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
若数组不包含目标元素,搜索区间最终会缩小为空。此时返回 $-1$ 。
=== "<1>"
![binary_search_step1](binary_search.assets/binary_search_step1.png)
![二分查找流程](binary_search.assets/binary_search_step1.png)
=== "<2>"
![binary_search_step2](binary_search.assets/binary_search_step2.png)