Skip to content

A Python-based application demonstrating various search algorithms, namely Depth-First Search (DFS), Breadth-First Search (BFS), and A* Search (Manhattan Distance Heuristic)

garrethlee/Algorithmic-Maze-Runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Algorithmic-Maze-Runner

A Python-based application demonstrating various search algorithms, namely Depth-First Search (DFS), Breadth-First Search (BFS), and the A* Search (using the Manhattan Distance Heuristic)


Inspired by CS50's Introduction to Artificial Intelligence

Running the .py File

  • Clone the repository
  • Install dependencies by entering pip install - r requirements.txt
  • Run the .py file

Files

  • main.py: python file for application
  • main.exe: executable version of main.py

About

A Python-based application demonstrating various search algorithms, namely Depth-First Search (DFS), Breadth-First Search (BFS), and A* Search (Manhattan Distance Heuristic)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages