Real transport networks build in backup lines and alternate routes on purpose, so a single closure does not cut off the whole system. Use a real train or metro network to work out how much of that redundancy is structurally necessary.
Start here β this is the source that inspired this exploration.
A metro map looks redundant on purpose: most stations can be reached by more than one route, so a single line closure does not cut off half the city. Take a real train or metro network β the Paris MΓ©tro, the London Underground, or your own city's system β and represent it as a weighted graph. Strip it down to its minimum spanning tree, the cheapest set of connections that still reaches every station, and compare that bare-bones version with the real network. The difference is the redundancy engineers built in on purpose. Graph theory here is AI HL content (syllabus topics 3.14 to 3.16); if you are studying AI SL or an AA course, treat this as an extension beyond your normal syllabus.