Graph Visualiser
Difference between en2 and en3, changed 324 character(s)
Hello everyone!↵
I have created a tool to create graphs and visualise graph algorithms — Graph Visualiser. It can be used to visualise graph algorithms in a step-by-step fashion. By adding just a few lines in your code of an algorithm, you can create a list of animation events which can then be viewed by the app.↵

![ ](/predownloaded/e8/23/e8235f09b17f97d7d2aa065080fab2aea8a26c6c.png[pic](https://drive.google.com/open?id=1xSXwHbx7EGDNB-cahY-dIflQuLZ3-1GO)↵
Here I have used the app to demonstrate Tarjan's algorithm to find Strongly Connected Components.↵

![ ](/predownloaded/ec/f5/ecf56332909334c6b90deae85ff792aa4d4cc247.png[pic](https://drive.google.com/open?id=19BafkNbZWql4oNj24qBy07CanaVwfybK)↵
Here I have used the app to demonstrate Kruskal's algorithm to find Minimum Spanning Tree.↵
The animations are created using the GraphAnimator library (available for C++ and Java).↵

You can also create graphs in the app as shown below.↵
![ ](/predownloaded/96/ba/96ba8f61492ea6118c6b2a3545525c0be59cbb72.png[pic](https://drive.google.com/open?id=1JHeNdwrEJCu5AGjQDUw0Np0jrkdBTdWo)↵

Download Graph Visualiser:-↵
[Windows](https://goo.gl/yUXZZG)↵
[Linux](https://goo.gl/vhZxW5)↵

The zip file contains a pdf which has instructions on how to setup the app as well as information on all the features provided by the app. The zip file also contains sample codes.↵

Demos:-↵
[Demo 1](https://www.youtube.com/watch?v=MrU-Pdg7ikY)↵
[Demo 2](https://www.youtube.com/watch?v=UAmXKYyv48U)↵
[Demo 3](https://www.youtube.com/watch?v=nFtBJz7KSck)↵

Happy Coding and Happy New Year in advance!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English shikhargupta 2017-12-30 16:36:51 221 Tiny change: '/vhZxW5)\nEDIT: No' -> '/vhZxW5)\n\nEDIT: No'
en3 English shikhargupta 2017-12-30 15:02:24 324
en2 English shikhargupta 2017-12-30 14:59:40 186
en1 English shikhargupta 2017-12-30 14:58:26 1400 Initial revision (published)