MUSoC / Visualization-of-popular-algorithms-in-Python

Visualization of popular algorithms using NetworkX Graph libray
204 stars 125 forks source link

Visualizing directed graphs in DFS #5

Closed avikantz closed 7 years ago

avikantz commented 7 years ago

It would be better if the application displays directed graphs with arrows and weights.

Currently it overlaps different weight edges back and forth.

For example, Sample input: 4 0 1 2 3 0 0 2 1 1 0 0 4 0 0 0 0 0

Sample output: screen shot 2017-06-13 at 12 28 47 am