Update README.md

This commit is contained in:
marina 2023-08-07 22:16:22 -07:00 committed by GitHub
parent 3b3a40d782
commit e25dd1f601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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