https://github.com/sbwhitt/dsa-visualization
Visualize graph search algorithms using interactive pygame GUI
https://github.com/sbwhitt/dsa-visualization
dsa pygame pygame-gui
Last synced: 2 months ago
JSON representation
Visualize graph search algorithms using interactive pygame GUI
- Host: GitHub
- URL: https://github.com/sbwhitt/dsa-visualization
- Owner: sbwhitt
- Created: 2023-12-06T15:48:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T14:32:32.000Z (over 1 year ago)
- Last Synced: 2025-01-06T05:16:09.177Z (4 months ago)
- Topics: dsa, pygame, pygame-gui
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dsa-visualization
Uses pygame library to create an interactive dsa sandbox. Right now shows graph BFS and DFS. Create, delete, move, and link vertices then see a real time run through of graph search algorithms.## Screenshots