Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 349 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 349 Bytes

Random Graph Generator

The RGG generates a random graph with v vertices and e edges and outputs its adjacency matrix to a JSON file. For performance reasons the adjacency matrix is represented by the lower triangular matrix.

Usage manual

Usage: rgg vertices edges

Amount of edges must be at least amount of vertices - 1!