Translation of "binary search" into Greek
Δυαδική αναζήτηση, δυαδική αναζήτηση are the top translations of "binary search" into Greek.
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.
-
Δυαδική αναζήτηση
search algorithm in sorted lists that operates by decreasing the search space by half each pass
-
δυαδική αναζήτηση
A type of search algorithm that seeks an item, with a known name, in an ordered list by first comparing the sought item to the item at the middle of the list's order. The search then divides the list in two, determines in which half of the order the item should be, and repeats this process until the sought item is found.
-
Show algorithmically generated translations
Automatic translations of "binary search" into Greek
-
Glosbe Translate
-
Google Translate