mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-02 06:46:18 -04:00
Update README.md
This commit is contained in:
parent
3b3a40d782
commit
e25dd1f601
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue