Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 419 Bytes

File metadata and controls

7 lines (7 loc) · 419 Bytes

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