graph-visualizer-core
v1.0.10
Published
a Visualizer platform specialized for graphs
Downloads
3
Readme
Graph Visualizer Core
The Graph Visualizer is an advanced tool engineered to effectively display graph data structures. It offers a versatile API, enabling developers to depict graphs in numerous styles and setups, simplifying the comprehension and analysis of intricate network systems. This tool is specifically crafted to illustrate the functioning of graph algorithms, aiding both students and professionals in grasping the inner workings of these algorithms.
This initiative encompasses two repositories:
Graph Visualizer Core : This repository holds the primary operational logic of the software and has the capability to generate an npm package for integration into other projects.
Graph Visualizer: Utilizing the core visualization capabilities, this repository presents a user-friendly interface for easy interaction and exploration.
Getting Started
Features
Contribution
Algorithms
- Path Finding
- Dijkstra
- A*
- Graph Connectivity
- Kruskals MST
- Dhouib MST