Dijkstra's Algorithm: Difference between revisions

From Rice Wiki
No edit summary
Line 1: Line 1:
[[Category:Algorithms]]
[[Category:Algorithms]]
<aside class="portable-infobox noexcerpt pi-background pi-theme-default pi-layout-stacked">
{{Infobox Algorithm|class=[[Graph Algorithms]]}}
== Dijkstra's Algorithm ==
== Dijkstra's Algorithm ==
</aside><span></span>
<span></span>
Problem: [[Shortest Path Problem]].
Problem: [[Shortest Path Problem]].


Line 11: Line 7:


= Approach =
= Approach =
Test{{Infobox Algorithm|class=[[Graph Algorithms]]}}
Test
= Implementation =
= Implementation =

Revision as of 01:58, 6 March 2024

Dijkstra's Algorithm

Problem: Shortest Path Problem.

The weight of edges must be positive.

Approach

Test

Implementation