mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 03:56:28 +08:00
fix: Revert binary search insertion title
This commit is contained in:
parent
ed17b6f918
commit
b6cfce6308
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Binary search for insertion point
|
||||
# Binary search insertion
|
||||
|
||||
Binary search is not only used to search for target elements but also to solve many variant problems, such as searching for the insertion position of target elements.
|
||||
|
||||
|
|
Loading…
Reference in a new issue