Task 3 • Shortest paths

Students explore weighted networks, where edges carry values representing distance. They compare routes by distance, test an algorithm for finding shortest paths, and use counterexamples to show that choosing the shortest next edge does not always find the shortest path.

AUS Year 10 NSW Stage 5 VIC Level 10

Space: Supermarket networks

View Sequence overview

Edges in a network can carry numerical values, called weights, that represent real-world quantities such as distance or time.

The shortest path in a weighted network is found by comparing total edge weights, not the number of edges.

Task