Parallel all-pairs shortest path algorithm: Difference between revisions

Content deleted Content added
Jfisac (talk | contribs)
m Math typo fix (subindex).
NotAG on AWB (talk | contribs)
top: replace {{manual}} with {{how-to}} per TfD
Line 1:
{{Multiple issues|
{{no footnotes|date=March 2018}}
{{manualhow-to|date=May 2019}}
}}
A central problem in algorithmic [[graph theory]] is the [[shortest path problem]]. Hereby, the problem of finding the shortest path between every pair of nodes is known as '''all-pair-shortest-paths (APSP)''' problem. As [[sequential algorithm]]s for this problem often yield long runtimes, parallelization has shown to be beneficial in this field. In this article two efficient algorithms solving this problem are introduced.