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
An efficient search algorithm that finds a target value in a SORTED list by repeatedly halving the search space. Requires the list to be sorted first
Binary Search
A search algorithm that checks each element one by one from the beginning of a list until the target is found or the list is exhausted. Works on unsorted lists
Linear Search
extra
extra
extra
extra