Content deleted Content added
fix an unjustified and highly unbelievable claim by replacing "graph theory" (a wide area of mathematics or combinatorics) with "algorithmic graph theory" |
fixed a function name |
||
Line 37:
The runtime of <code>DijkstraSSSP</code> is <math>O(|V|^2)</math> as we expect the graph to be represented using an [[adjacency matrix]].
Therefore <code>
===Parallelization for up to |''V''| processors===
|