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.
- Host: GitHub
- URL: https://github.com/vmward/algorithm-visualization
- Owner: VMward
- License: mit
- Created: 2021-04-20T18:20:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T16:25:38.000Z (about 5 years ago)
- Last Synced: 2025-01-29T20:27:55.694Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`