Jiganesh / MazePathFinder

Path Finder Algorithm Demonstration but in Terminal XD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MazePathFinder

To install all the packages needed for the project

pip install -r requirements.txt

OR

pip3 install -r requirements.txt

Path Finder Algorithm Demonstration but in Terminal XD

  • path_finder_bfs.py contains code for Visualizing Breath First Search
  • path_finder_dfs.py contains code for Visualizing Depth First Search

Visualizations

visualization.mp4

About

Path Finder Algorithm Demonstration but in Terminal XD


Languages

Language:Python 100.0%