TheAlgorithms / Scala

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

Binary search can returns insertion index #39

Open mt40 opened 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.