Menu

Artificial Intelligence Using Python [ Lab Manual ]


[R22] B-Tech III Year I Semester (3-1) CSE Artificial Intelligence Using Python Lab Manual JNTU Hyderabad (JNTUH).


This tutorial provides Lab Programs on various topics of Artificial Intelligence. It includes Breadth First Search , Depth First Search , Tic-Tac-Toe game , 8-Puzzle problem , Water-Jug problem, Travelling Salesman Problem , Tower of Hanoi , Monkey Banana Problem and etc., .

Artificial Intelligence Using Python


   Write a Program to Implement the following using Python
1. Breadth First Search View Solution
2. Depth First Search View Solution
3. Tic-Tac-Toe game View Solution
4. 8-Puzzle problem View Solution
5. Water-Jug problem View Solution
6. Travelling Salesman Problem View Solution
7. Tower of Hanoi View Solution
8. Monkey Banana Problem View Solution
9. Alpha-Beta Pruning View Solution
10. 8-Queens Problem View Solution