python
python copied to clipboard
Update binary_search.py
Reduced redundancy in code by updating the middle element at the beginning of the loop
I am creating a pull request for... *Update to an algorithm
- Just reduces redundancy. However not an overall improvement in time complexity or anything