Graph Visualization & Analysis Tool | LIVE URL
Graph Craft is a web-based tool for visualizing and analyzing graphs. It provides an interactive environment where users can input their graph data in the form of an adjacency matrix and instantly visualize the graph along with various analysis results.
- Graph Visualization: Input your graph data using an adjacency matrix and visualize the graph in real-time.
- Adjacency Matrix & Linked Representation: View the input adjacency matrix and its linked representation.
- Warshall's Algorithm: Compute and visualize the transitive closure of the graph using Warshall's Algorithm.
- Path Matrix: Compute and visualize the path matrix of the graph.
To use Graph Craft, follow these steps:
- Input your graph data in the provided textarea using the adjacency matrix format.
- Click on the "Analyze data" button to visualize the graph and perform analysis.
- Explore the generated graph and analysis results.
- Use the "Clear graph" button to remove the current graph and start over if needed.
0 0 0 1
1 0 1 1
1 0 0 1
0 0 1 0
- HTML
- CSS (Bootstrap)
- JavaScript (Cytoscape.js)
Feel free to contribute to this project by creating a pull request or submitting an issue.
This project is licensed under the MIT and CC BY-NC 4.0 license.