GRAPH-TESTCASE-VISUALIZER, website where you can visualize the graphs by simply pasting the codeforces testcases.

Revision en1, by JhabarBhati, 2021-05-19 17:28:43

GRAPH-TESTCASE-VISUALIZER creates visualized graph using the test cases. Here you can visualize Weighted as well as Unweighted graphs.

How To Use?

  1. Copy the test cases (should be valid)
  2. paste in the PARSER in website

What Are Valid Testcases?

  1. WEIGHTED GRAPHS
    • Should be of form (U, V, W)
  2. UNWEIGHTED GRAPHS
    • Should be of form (U, V)

U: FROM

V: TO

W: WEIGHT

Parser Graph

Website Link

Github Link

Report Bug

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.

Tags #graphs, problems, #visualization

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English JhabarBhati 2021-05-19 17:28:43 1304 Initial revision (published)