mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.28k forks source link

Fix/binary search es5 >es6 #215

Open Alok-Singh-ops opened 9 months ago

Alok-Singh-ops commented 9 months ago

updated the binarySearch code from es5 to es6

fixes issue #209