Skip to content

code-blooded/connected-graph-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Generate a random connected graph!

Parameters

No of nodes, default=1000
Maximum amount of information(100%-sparseness), default = 0.001%
Maximum no of edges = [(nodes2 * information)/100], default=1000

Output

Produces a text file containing the edges, in case of directed the first node(u) points to the next one(v), that is u->v

Releases

No releases published

Packages

No packages published

Languages