lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

Some updates to binary search to make it more clear imo #111

Closed hiimbex closed 7 years ago

hiimbex commented 7 years ago

more clear variable names within the search itself and done in a more clear manner, (ie inputList is very dense compared to list)

would appreciate any feedback 💁🏻

lprimeroo commented 7 years ago

Thanks for the PR :) Merged.