1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
How it works
Starts in the middle and divides the list in half
Continues to half the list by searching the half and halving the remainder if the item isn’t found
Requires the list to already be in order
What is it good for
Works best with large data sets as it only searches half the list at a time
However it doesn’t work with a list that isn’t in order
Pseudocode

Python
