https://github.com/komlan-kodoh-project/graph-algorithms
https://github.com/komlan-kodoh-project/graph-algorithms
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/komlan-kodoh-project/graph-algorithms
- Owner: komlan-kodoh-project
- License: gpl-3.0
- Created: 2023-09-30T02:59:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T16:45:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T02:05:02.179Z (almost 2 years ago)
- Language: TypeScript
- Size: 800 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - komlan-kodoh-project/graph-algorithms - (TypeScript)
README
# [Graph Algorithm Visualization](https://graph.komlankodoh.com/editor/depth-first-search) 📊
This project aims to provide a visualization tool for graph algorithms. It offers an interactive environment to visualize the workings of various graph algorithms such as Breadth First Search, Dijkstra's Algorithm, and more; View and display algorithms at https://graph.komlankodoh.com/editor
## Supported Algorithms 🛠️
- [x] Depth First Search
- [x] Breath First Search
- [x] Dijkstra Algorithm
- [x] Minimum Node Coloring
- [x] Maximum independent set
- [x] Vertex Eccentricity
- [ ] Louvain method for community detection
## Features 🚀
- **Interactive Visualization**: Watch as the algorithms traverse through the graph in real-time, with each step visualized for easy understanding.
- **Custom Graph Input**: Users can input their custom graphs to observe the algorithms' behavior on different types of graphs.
- **Step-by-Step Explanation**: Each step of the algorithm is explained, helping users understand the logic behind the algorithm's operation.
## Contributing 🤝
Contributions are welcome! If you have any ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request.
## License 📜
This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details.
## Social Media
- [Linkedin](https://www.linkedin.com/in/komlankodoh) 👨💼
- [Portfolio](https://komlankodoh.com) 📁