An open API service indexing awesome lists of open source software.

https://github.com/mnpsnuwan/ai_with_python

Artificial Intelligence with Python
https://github.com/mnpsnuwan/ai_with_python

algorithms artificial-intelligence bfs-algorithm dfs-algorithm hill-climbing-algorithm linear-programming python

Last synced: 9 months ago
JSON representation

Artificial Intelligence with Python

Awesome Lists containing this project

README

          

# 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.