0% found this document useful (0 votes)
65 views1 page

ARTIFICIAL INTELLIGENCE LAB USING PYTHON Experiment List

The document outlines an artificial intelligence lab course using Python. The course includes 15 programming assignments covering search algorithms, games, puzzles and other AI problems to be solved using Python.

Uploaded by

Harsh Nara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views1 page

ARTIFICIAL INTELLIGENCE LAB USING PYTHON Experiment List

The document outlines an artificial intelligence lab course using Python. The course includes 15 programming assignments covering search algorithms, games, puzzles and other AI problems to be solved using Python.

Uploaded by

Harsh Nara
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

ARTIFICIAL INTELLIGENCE LAB USING PYTHON

Course code LC-CSE-326G


Category Professional Core Course
Course title Artificial Intelligence Lab Using Python
L T P Credits
Scheme and Credits 0 0 3 1.5 Semester 6

Class work 25 Marks


Exam 25 Marks
Total 50 Marks
Duration of Exam 03 Hours

Name of the Faculty: Kavita

List of Programs
1. Write a program to implement Breadth First Search using Python.
2. Write a program to implement Depth First Search using Python.
3. Write a program to implement Tic Tac Toe game using Python.
4. Write a program to implement 8- Puzzle problem using Python.
5. Write a program to implement Water-jug problem using Python.
6. Write a program to implement Travelling Salesman problem using Python.
7. Write a program to implement Tower of Hanoi using Python.
8. Write a program to implement Monkey Banana problem using Python.
9. Write a program to implement Missionaries and Cannibals problem using Python.
10. Write a program to implement 8 Queens problem using Python.
11. Write a program to implement Wampus world problem using Python.
12. Write a program to implement Hill Climbing algorithm using Python.
13. Write a program to implement A* algorithm using Python.
14. Build a Chatbot using AWS Lex, Pandora bots.
15. Build a bot which provides all the information related to your college.

You might also like