kanwei / algorithms

Ruby algorithms and data structures. C extensions
http://kanwei.github.io/algorithms/
MIT License
2.67k stars 352 forks source link

Binary Search returns index instead of value #25

Closed chinmaydd closed 9 years ago

chinmaydd commented 9 years ago

With regard to the issue #13 , the method now returns index instead of value.

chinmaydd commented 9 years ago

I am sorry for the Pull Request . The current commit failed the Travis CI build. I will make sure it passes and then open a new request.