Skip to content

michaelwolz/random-graph-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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!

About

Random graph generator in Go (2017S-CN-Exercise-02)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages