https://github.com/eroydev/algorithms-visualization-pathfinder
Algorithms-Visualization
https://github.com/eroydev/algorithms-visualization-pathfinder
Last synced: about 1 year ago
JSON representation
Algorithms-Visualization
- Host: GitHub
- URL: https://github.com/eroydev/algorithms-visualization-pathfinder
- Owner: ERoydev
- Created: 2023-08-10T18:22:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T20:43:46.000Z (over 1 year ago)
- Last Synced: 2025-02-06T21:38:10.872Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms-visualization-pathfinder
### This is a visualization of the most popular search algorithms in 2D arrays. DFS, BFS, DIJKSTRA and A_STAR search algorithm. Create start and end point and you can place walls if you want.
##### It was implemented using pygame and OOP :)