Pick a game to test your knowledge
Match each term to its definition
Put the steps of a binary search in the correct order to find 'Pam' in a sorted list
Arrange the stages of merge sort on [8, 13, 6, 20, 11, 2, 7, 16]
Test your knowledge under pressure — 30 seconds a question!
Match each flowchart symbol to what it represents
Step through this linear search and track each variable. We're searching for 7 in the list.
Track how the temp variable enables a swap in bubble sort. List starts as [9, 5, 4].
This linear search has bugs that students commonly make. Can you find them?
This bubble sort has three bugs. Find them all before the exam does!
Assemble the pseudo-code blocks to build a binary search algorithm