https://github.com/lakbychance/graphisual
A web application that lets the end users create graphs and visualize algorithms on them.
https://github.com/lakbychance/graphisual
data-structures graphs react typescript visualize-algorithms
Last synced: 22 days ago
JSON representation
A web application that lets the end users create graphs and visualize algorithms on them.
- Host: GitHub
- URL: https://github.com/lakbychance/graphisual
- Owner: lakbychance
- License: mit
- Created: 2020-06-07T10:21:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:37:51.000Z (over 2 years ago)
- Last Synced: 2024-11-07T01:39:14.170Z (6 months ago)
- Topics: data-structures, graphs, react, typescript, visualize-algorithms
- Language: TypeScript
- Homepage: https://graphisual.netlify.app/
- Size: 3.08 MB
- Stars: 63
- Watchers: 3
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### This is a project which helps the end users draw graphs and visualize algorithms on them. It is bootstrapped using ```create-react-app``` and is created using TypeScript.
## Features:-
* Creation, deletion and movement of graph nodes.
* Creation, deletion and weight modification of graph edges.
* Visualization of Algorithms.## Algorithms supported:-
* Breadth First Search Traversal.
* Depth First Search Traversal.
* Minimum Spanning Tree.
* Dijkstra Path Finding Algorithm.