Translation of "binary search" into Ido
Dikotomio is the translation of "binary search" into Ido.
binary search
noun
grammar
A search for a value within a sorted array by repeatedly comparing the target value with the middle element; if they are unequal, the half in which the target cannot lie is eliminated and the comparison is repeated on the remaining half.
-
Dikotomio
search algorithm in sorted lists that operates by decreasing the search space by half each pass
-
Show algorithmically generated translations
Add example
Add