Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirPaulb authored Jul 10, 2022
1 parent 22c219a commit 77cb1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11_Binary-Search/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ because in some test cases mid = (start + end)//2 may give ***Integer Overflow E

or,

mid = (low + high) >> 1
right shift by 1 bit
**mid = (low + high) >> 1**
right shift by 1 bit

0 comments on commit 77cb1d0

Please sign in to comment.