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

Implement Binary Search using ES6 #209

Open Manmohan63 opened 9 months ago

Manmohan63 commented 9 months ago

Implement Binary Search in ES6. Your Code should follow the Repositories and General Programming Standards. All the variable names should be Readable and Understandable.

Yash9276 commented 9 months ago

I would like to contribute to this issue. Please Assign it to me under the Hacktoberfest tag.

ronitsharma03 commented 9 months ago

hey @Manmohan63 Can i work on this issue?

Thanush19 commented 9 months ago

@Manmohan63 , made PR ,waiting for your positive review..

amansaurabh commented 9 months ago

@Manmohan63 Updated Binary Search using ES6 style