Skip to content

mnpsnuwan/ai_with_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence with Python

DFS/BFS Maze

Solving the maze path using DFS and BFS algorithms.

Hill Climbing Hospitals

Solving the correct hospital position with minimum cost for houses using Hill Climbing algorithm.