https://github.com/brandonmanke/graph-project
Graph Theory Algorithm Visualization
https://github.com/brandonmanke/graph-project
Last synced: about 2 months ago
JSON representation
Graph Theory Algorithm Visualization
- Host: GitHub
- URL: https://github.com/brandonmanke/graph-project
- Owner: brandonmanke
- License: mit
- Created: 2017-11-25T06:57:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T01:00:08.000Z (about 7 years ago)
- Last Synced: 2025-06-13T22:09:45.140Z (4 months ago)
- Language: JavaScript
- Homepage: https://brandonmanke.github.io/graph-project/
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graph Project
Project for visualizing some common graph theory algorithms.
Using the [Cytoscape](http://js.cytoscape.org/) JavaScript library for graph visualization.Still a work in progress. Current the only algorithm demonstrated is the nearest neighbor algorithm.
### License
The code in this project is licensed under the [MIT](https://opensource.org/licenses/MIT) License. Unless otherwise specified by 3rd party software.
- [Cytoscape License](https://github.com/cytoscape/cytoscape.js/blob/master/LICENSE) (MIT)