/connected-graph-generation

Random connected graph generation

Primary LanguageJavaMIT LicenseMIT

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