Artificial Intelligence Experiments
- To implement the Missionaries and Cannibals Problem Using Breadth First Search.
- To implement the Water Jug Problem Using Depth First Search
- To implement the 8 puzzle Problem using Best First Search.
- To implement the 8 Queen Problem using Best First Search.
- To implement Expert System.
- To implement Tic-Tac-Toe (MiniMax Algorithm).
- To implement Constraint Satisfaction Problem.
- To implement A* Search Algorithm.