Details
-
New Feature
-
Status: Closed
-
Not a Priority
-
Resolution: Won't Fix
-
None
-
None
Description
This issue proposes the addition of a library method and an example for distributed minimum spanning tree in Gelly.
The DMST algorithm is very interesting because it is quite different from PageRank-like iterative graph algorithms. It consists of distinct phases inside the same iteration and requires a mechanism to detect convergence of one phase to proceed to the next one. Current implementations in vertex-centric models are quite long (>1000 lines) and hard to understand.
You can find a description of the algorithm here and here .
Attachments
Issue Links
- links to