mirror of
https://github.com/krahets/hello-algo.git
synced 2025-02-02 22:43:50 +08:00
fix: Revert binary search insertion title
This commit is contained in:
parent
ed17b6f918
commit
b6cfce6308
@ -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.
|
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 New Issue
Block a user