ank1traj / testcase-generator

automates the process of generating test cases for cp. It takes input data, specified constraints, and test case conditions, and produces a set of test cases that exercise different paths and functions of the software application under test.
https://testcase-generator.vercel.app
MIT License
10 stars 12 forks source link

Add component for graph #11

Closed ank1traj closed 1 year ago

ank1traj commented 1 year ago

Generate a graph based on their desired parameters such as the number of vertices, edges, and their respective weights. The user can specify whether the graph is directed or undirected, and whether it contains cycles or is a tree.

ank1traj commented 1 year ago

Implemented the solution and tested it successfully. Closing the issue.