It is library to generate Graph testcases for:
- Undirected Weighted Graph
- Undirected Unweighted Graph
- Directed Weighted Graph
- Directed Unweighted Graph
Constraints:
- MIN_NUMBER(vertices) && MIN_NUMBER(edges) > 10
- MAX_NUMBER(vertices) <= 100000
- Edges >= Vertices-1
How to use it?
Open graph.cpp and run the file to get going.
More info
Change path variable in Constants.h if you want to change the path where testcases are generated.