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

https://github.com/vmward/algorithm-visualization

Visualize graph theory with graphQL. Machine learning and algorithms made easy.
https://github.com/vmward/algorithm-visualization

Last synced: over 1 year ago
JSON representation

Visualize graph theory with graphQL. Machine learning and algorithms made easy.

Awesome Lists containing this project

README

          

# data-structures
Data-structure traversal and algorithm behavior backend visualization service in graphql

## Steps to Run
### Docker
1. Build - `make build`
1. Run - `make run`

### Local
1. `uvicorn src.server.app:app --reload --workers 1 --host 0.0.0.0 --port 5050`