About this puzzle

The Route — practice the decision, scored against the optimum

What does the The Route puzzle teach?

The shortest path minimises edge cost, not hop count — fewest stops is a trap.

Why do interviews ask about this?

Weighted shortest-path is the graph interview staple — Dijkstra vs greedy, and exactly when greedy fails.

How is it scored?

The engine computes the provably-optimal answer for the exact instance you played (dynamic programming, shortest-path, or exhaustive search — never a heuristic) and scores your attempt as a percentage of it. No login needed to see your score.