TheAlgorithms / Scala

All Algorithms implemented in Scala
MIT License
1.08k stars 392 forks source link

Binary search can returns insertion index #36

Closed mt40 closed 5 years ago

mt40 commented 5 years ago

Add an option to allows binarySearch to returns insertion index similar to java.util.Arrays.binarySearch. This option is disable by default so it doesn't affect existing code.