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

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

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 :)