The Bellman–Ford algorithm, solves the single-source shortest paths problem.
The Bellman–Ford algorithm, solves the single-source shortest paths problem.
the Spark context
The Floyd–Warshall algorithm, solves the all-pairs shortest paths problem.
The Floyd–Warshall algorithm, solves the all-pairs shortest paths problem.
the Spark context
Prim’s algorithm, solves the minimum-spanning-tree problem
Prim’s algorithm, solves the minimum-spanning-tree problem
the Spark context
Several fundamental graph algorithms as algebraic operations from:
Fineman, Jeremy T., and Eric Robinson. "Fundamental graph algorithms." Graph Algorithms in the Language of Linear Algebra 22 (2011): 45.
TODO: move to tests