FIFA's president crisscrossed North America by private jet during the World Cup β a tangle of flight paths that looks nothing like the shortest possible route between the same host cities.
Start here β this is the source that inspired this exploration.
A World Cup runs across a fixed set of host cities, and every team's away support (and the broadcasters) cares about the shortest route between them. Build a weighted graph of the host cities, using flight time or distance as the edge weights, and treat the touring route as a travelling salesman problem: find upper and lower bounds for the shortest possible tour and see how tightly they sandwich the true answer. Graph theory here (syllabus topic 3.16) is AI HL content, so if you are doing AI SL or an AA course, treat this as an extension beyond your normal syllabus.