https://github.com/xsenzaki/cs321l-m_artificial_intelligence_lab
This repository is a compilation of my activities from the subject course of CS321L-M - Artificial Intelligence Lab.
https://github.com/xsenzaki/cs321l-m_artificial_intelligence_lab
ai artificial-intelligence backjumping beam-search beam-search-algorithm bfs bfs-algorithm bfs-search killer-sudoku local-search-algorithm minimax-alpha-beta-pruning python wumpus-game wumpus-world
Last synced: 9 months ago
JSON representation
This repository is a compilation of my activities from the subject course of CS321L-M - Artificial Intelligence Lab.
- Host: GitHub
- URL: https://github.com/xsenzaki/cs321l-m_artificial_intelligence_lab
- Owner: xSenzaki
- Created: 2024-02-25T12:33:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T10:01:24.000Z (over 1 year ago)
- Last Synced: 2024-04-30T12:20:07.448Z (over 1 year ago)
- Topics: ai, artificial-intelligence, backjumping, beam-search, beam-search-algorithm, bfs, bfs-algorithm, bfs-search, killer-sudoku, local-search-algorithm, minimax-alpha-beta-pruning, python, wumpus-game, wumpus-world
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This repository is a compilation of my activities from the subject course of CS321L-M - Artificial Intelligence Lab.
# Content
1. Machine Problem
* Fox, Chicken and Grain Problem.
* 4x4 Killer Sudoku using any Local Search Algorithm.
* 4x4 Killer Sudoku using Backjumping Algorithm.
* Six Men's Morris
* Wumpus World