Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 231 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 231 Bytes

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.