iiitv / algos

Popular Algorithms and Data Structures implemented in popular languages
MIT License
1.07k stars 495 forks source link

(re)BinarySearch[CPP] #835

Closed varunvilva closed 1 year ago

varunvilva commented 1 year ago

I have made the changes to the way mid was calculated earlier so now no overflow error will occur.

Fixes #822

By submitting this pull request I confirm I've read and complied with the below declarations.