Activity 01
Think-Pair-Share: Traveling Salesman Preview
Students receive a map with 6 cities and must find the shortest route visiting all. They attempt it individually, then compare strategies with a partner. Groups share their routes and the class discusses why finding the optimal route gets exponentially harder as cities increase, motivating the need for heuristics.
Explain the concept of a heuristic and its role in problem-solving.
Facilitation TipDuring the Think-Pair-Share on Traveling Salesman, circulate and listen for students to explicitly name the heuristic they used before they share with the class.
What to look forPresent students with two scenarios: one where an exact solution is feasible (e.g., sorting a list of 10 numbers) and one where it is not (e.g., finding the shortest route visiting 100 cities). Ask: 'Why is an exact algorithm suitable for the first scenario but not the second? What kind of approach would be better for the second, and why?'