UNITY (programming language): Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m WP:CHECKWIKI error fixes + genfixes using AWB (7117)
Line 44:
end
 
===Floyd–Warshall algorithm===
===Floyd-Warshall===
 
Using the [[Floyd-WarshallFloyd–Warshall algorithm|Floyd-Warshall]] all pairs [[Shortest path problem|shortest path]] algorithm, we include intermediate nodes iteratively, and get <math>\Theta(n)</math> time, using <math>\Theta(n^2)</math> processors and <math>\Theta(n^3)</math> work.
 
Program shortestpath