Welcome guest!

Binary search

Visualization of the binary search algorithm. The algorithm searches for a given number in a sorted list.
First we compare the middle element of the list with the searched number. Next, in every step,
we compare the middle element of the remaining part of the list with the searched number.

Average rating: 10.00
Please REGISTER or LOG IN, it's totally free! Registered users can
rate animations, add them among their favorites, and mark them as not working.

Category:Fundamentals 2

Technology:JavaScript animation

Interactivity:Medium

Please REGISTER or LOG IN, it's totally free! Only registered users can write reviews!