JhabarBhati's blog

By JhabarBhati, history, 3 years ago, In English

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.

  • Vote: I like it
  • +51
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Really useful. I Will definitely use it in the future. Good job JhabarBhati

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Your efforts are appreciated !!

»
3 years ago, # |
  Vote: I like it +7 Vote: I do not like it

Csacademy already provides this: Graph Editor, but still good job!