An open API service indexing awesome lists of open source software.

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

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)