GRAPH-TESTCASE-VISUALIZER creates visualized graph using the test cases. Here you can visualize Weighted as well as Unweighted graphs.
How To Use?
- Copy the test cases (should be valid)
- paste in the PARSER in website
What Are Valid Testcases?
- WEIGHTED GRAPHS
- Should be of form (U, V, W)
- UNWEIGHTED GRAPHS
- Should be of form (U, V)
U
: FROM
V
: TO
W
: WEIGHT
If you like this website then please do star the Github repository and share your thoughts in the comment section. I Would really appreciate that.