sentenza / scala-algorithms

Algorithms and Data Structures in Scala
GNU General Public License v3.0
28 stars 19 forks source link

[Search] Add binarySearch #66

Open sentenza opened 3 years ago

sentenza commented 3 years ago

Resources:

https://www.geeksforgeeks.org/binary-search/

nitinNT commented 3 years ago

Hi ,@sentenza do we need to write code for binarysearch algorithm ?

sentenza commented 3 years ago

@nitinNT yes, we do. That's why I opened this ticket.

nitinNT commented 3 years ago

@sentenza can you assign to me ?

sentenza commented 3 years ago

@nitinNT please read carefully How to contribute to this project.

Have fun programming in Scala 🎈