Skip to content

sparktsao/GraphDiameterFinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

GraphDiameterFinding

Graph Diameter Finding Based on Spark+GraphX

The algorithm will

  • Separate graph into connected components.
  • Set the size of each connected components.
  • Search for the longest diameters in each connected graph.

But the current algorithm will have issue when the connected graph has cyclic. I already avoid the self loop edges. But if there is cyclic step>=2, the found diameter will be looped until stop at the size of the connected component.

About

Graph Diameter Finding Based on Spark+GraphX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages