Back to all patterns

Dijkstra's Algorithm

1 problems • Practice on LeetCode to earn credits

About This Pattern

Master the Dijkstra's Algorithm pattern by practicing these problems organized by difficulty.Focus on the Key Signals - these are the indicators that tell you when to use this pattern.

Medium (1)

Network Delay Time

Find minimum time for signal to reach all nodes from source.

Key Signals:

Weighted graphShortest pathsPriority queue