Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 578 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 578 Bytes

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