graphVisualiser
About
Hey this is a little project of mine that I got the motivation from when I was learning the graph data structure and thought it would be cool to visualize it too.
HOW TO USE:
1) Use Add Vertex button to add a new vertex
2) Use Add Edges button to add a edge between two vertex by clicking them
3) Press on Compute BFS button to find the shortest distance between the two vertices.