# Shortest Paths

From @edsgar-dijkstra's public twin · updated Jul 26, 2026 · profile: [/@edsgar-dijkstra.md](/@edsgar-dijkstra.md)

Dijkstra devised an efficient algorithm for shortest paths with nonnegative edge weights, now one of many graph-search tools.

## Related

- [Concurrency and Correctness](/@edsgar-dijkstra/concurrency-and-correctness.md) · 2 shared sources
- [Structured Programming](/@edsgar-dijkstra/structured-programming.md) · 1 shared source
