Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.97 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.97 KB

Graph Craft

Graph Visualization & Analysis Tool | LIVE URL

GraphCraft

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.

Features

  • 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.

Usage

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.

Example input

0 0 0 1
1 0 1 1
1 0 0 1
0 0 1 0

Technologies Used

  • HTML
  • CSS (Bootstrap)
  • JavaScript (Cytoscape.js)

Contributors

SharafatKarim's Profilator sr-tamim's Profilator

Feel free to contribute to this project by creating a pull request or submitting an issue.

License

This project is licensed under the MIT and CC BY-NC 4.0 license.