Activity 01
Card Sort: Merge Sort Physical Demo
Provide shuffled number cards to pairs. Students divide the deck in half, recursively sort each half by hand, then merge by comparing top cards. Discuss merging steps aloud. Extend to trace on paper for larger sets.
Analyze the 'divide and conquer' strategy employed by Merge Sort and Quick Sort.
Facilitation TipDuring the Card Sort: Merge Sort Physical Demo, circulate with a timer and call out when groups should explicitly state their base case before merging.
What to look forProvide students with a small, unsorted array (e.g., [5, 2, 8, 1, 9]). Ask them to trace the first step of Quick Sort, identifying the chosen pivot and showing the array after partitioning. Then, ask them to trace the first step of Merge Sort, showing the two subarrays created.