Skip to content

shaileshgupta2k/TestcasesGenX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestcasesGenX

It is library to generate Graph testcases for:

  1. Undirected Weighted Graph
  2. Undirected Unweighted Graph
  3. Directed Weighted Graph
  4. Directed Unweighted Graph

Constraints:

  1. MIN_NUMBER(vertices) && MIN_NUMBER(edges) > 10
  2. MAX_NUMBER(vertices) <= 100000
  3. 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.

About

Generate Undirected Graph Testcases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published