Skip to content

This is a small project I made to learn the basic search algorithms while following Prof. Patrick Winston's lectures on AI (MIT OpenCourseware)

Notifications You must be signed in to change notification settings

diffractometer/Pathfinding-Search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding-Search

This is a small project I made to learn the basic search algorithms while following Prof. Patrick Winston's lectures on AI (MIT OpenCourseware)

How to use :

Key Usage
a A-Star algorithm
b Breadth-First-Search
d Depth-First-Search
v Best-First-Search
h HillClimb
n Djikstra
g Generate maze (DFS + Backtracker)
Backspace Clear Screen
s set starting point
e set end point
leftClick Make wall
rightClick Remove Wall

Note:

  • The program might have some bugs that i couldn't find, If you're unfortunate to encouter a bug please report it as an issue.
  • This script will be updated in the future as the code is extremely redundent and not efficient for my liking.

About

This is a small project I made to learn the basic search algorithms while following Prof. Patrick Winston's lectures on AI (MIT OpenCourseware)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%