ds-algorithmic Flashcards

1
Q

What is binary/bisection/logarithmic search?

A

Binary search is an efficient algorithm for finding an item from a sorted list of items. It works by repeatedly dividing in half the portion of the list that could contain the item, until you’ve narrowed down the possible locations to just one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly