Searching, sorting and efficiency: Concept map and vocabulary
≈ 36 minSearching, sorting and efficiency: Concept map and vocabulary
Searching answers where an item is; sorting answers what order items should appear in. Linear search checks items one by one. Binary search repeatedly halves a candidate range, but it is correct only when the values are already sorted by the same rule.
Learning move. In this lesson, connect the essential terms and distinguish their roles before attempting a solution.
Worked example. Find a learner ID in an unsorted sign-in list with linear search. Find a surname in an alphabetised register by comparing to the middle entry and discarding the half where the name cannot be.
Which statement best reflects this lesson's sorted precondition?
Write the key term for this lesson: sorted precondition.
A school system needs a reliable next step. Which choice is most defensible for this topic?
A learner can repeat a definition from Searching, sorting and efficiency: Concept map and vocabulary. Which next task gives stronger evidence of mastery?

