mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-30 04:36:08 -04:00
Update README.md
This commit is contained in:
parent
3b3a40d782
commit
e25dd1f601
@ -2,7 +2,7 @@
|
||||
|
||||
<br>
|
||||
|
||||
* a binary search operates on a contiguous sequence with a specified left and right index (this is called the **search space**).
|
||||
* a binary search operates on a (sorted) contiguous sequence with a specified left and right index (this is called the **search space**).
|
||||
|
||||
* binary searching is composed of 3 sections:
|
||||
* **pre-processing**: sort if collection is unsorted
|
||||
|
Loading…
x
Reference in New Issue
Block a user