Activity 01
Hands-On: Physical Merge Sort Cards
Provide shuffled number cards to groups. Instruct students to divide piles recursively, sort singletons, then merge by comparing top cards. Have them record steps on worksheets and time the process for different list sizes.
Analyze how merge sort's 'divide and conquer' approach leads to greater efficiency.
Facilitation TipDuring Hands-On: Physical Merge Sort Cards, circulate and ask each pair to verbalize the split step before merging to ensure they connect the division with the base case.
What to look forPresent students with a small unsorted list (e.g., 6-8 numbers). Ask them to write down the first two steps of the divide phase of merge sort for this list, showing the sub-lists created. Check for correct splitting.