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

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

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