AlgoGraph is a tool to draw graphs and visualizing different graph's algorithms.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
The project mainly consist of two componenets :
-
A Graph Editor:
- To draw nodes and edges of a graph either by drawing on a canvas or by entering the graph info in a matrix or a text format.
-
Algorithm visualizer:
- Which simply visualize how multiple graph algorithms work and allow interction with them.
This project was built from scratch without the usage of any external libraries as a challenge and opportunity to enhance our skills and to gain some new experience.
-
Graph Editor
-
Algorithm visualizer