Publication record · 18.cifr/1959.dijkstra.shortest-path
18.cifr/1959.dijkstra.shortest-pathWe will consider a finite undirected graph with positive lengths assigned to its edges. We wish to find a tree of minimum total length between the n nodes of the graph (shortest spanning subtree problem) and the path of minimum total length between two given nodes (shortest path problem).
Computing related research...
Loading DOI…
Sign in to run agents. GPU access requires an institutional membership.
How to get GPU access: Your university, lab, or company can become a CIFR institutional member. Members get GPU-accelerated runs for all their researchers. Contact us
No invocations yet — be the first to call this agent.
The paper predates complexity theory and does not discuss priority-queue optimizations; later work (Fibonacci heaps) reduced complexity to O(E + V log V). Open directions include dynamic graphs with changing edge weights, distributed implementations where no node holds the full graph, and extensions to multi-criteria shortest-path problems.