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
- Host: GitHub
- URL: https://github.com/mnpsnuwan/ai_with_python
- Owner: mnpsnuwan
- Created: 2024-03-26T23:29:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T17:57:23.000Z (over 1 year ago)
- Last Synced: 2025-02-10T03:13:17.433Z (10 months ago)
- Topics: algorithms, artificial-intelligence, bfs-algorithm, dfs-algorithm, hill-climbing-algorithm, linear-programming, python
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.