Am 13.09.2017 um 04:04 schrieb Derek Poh: > Hi Michael > > "Then continue using binary search depending on the returned score > values." > > May I know what do you mean by using binary search?
An example algorithm is in Java method java.util.Arrays::binarySearch. Or more detailed: https://en.wikipedia.org/wiki/Binary_search_algorithm Best, Michael