Skip to content

bradson85/Graph-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Generator

Creates undirected wieghted graphs for test data to be used for testing time complexities of certain algorithms. I.E. Prims Minimum Spanning Tree, KruskalsMST, etc.

To run in command:

In Windows: Change directory to executable and

    GraphGenerator [<file output path/name>]
    GraphGenerator [(<vertices> <highest weight> <graph density 0.01 - 1.00>)] [<file output path/name>]
    GraphGenerator -h 
    GraphGenerator -v
         Options:
           -h                 Show Help.
           -v                 Show Version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages