AI LAB MANUAL Final
AI LAB MANUAL Final
PART - A
PART – B
6. Write a Program to implement Travelling Salesmen Problem using Python.
7. Write a Program to implement 8 Puzzle Problem using Python.
8. Write a Program to implement Latin Square Problem using Python.
9. Write a Program to solve Rat in a Maze using Backtracking using Python.
10. Write a Program to Solve Graph Coloring problem using Python.
Program 01: Write a Program to implement Breadth First Search using Python.
Output:
Program 02: Write a Program to implement Depth First Search using Python.
Output:
Program 03: Write a Program to implement Best First Search using Python.
Output:
Program 04: Write to implement a Program Water Jug problem using Python.
print("Steps: ")
Output:
Program 5: Write a Program to implement Tower of Hanoi using Python without user input.
Output:
Program 5: Write a Program to implement Tower of Hanoi using Python with user input.
Output:
Program 6: Write a Program to implement Travelling Salesmen Problem using Python.
Output:
7. Write a Program to implement 8 Puzzle Problem using Python.
Output:
PROGRAM 08: Write a Program to implement Latin Square Problem using Python
Output:
Program 09: Write a Program to solve Rat in a Maze using Backtracking using Python
Program 09 Output:
Program 10: Write a Program to Solve Graph Coloring problem using Python.
OUTPUT: