/AI_Application

This repository contains the programs made during course of AI & Application Lab.

Typing SVG

This repository contains the programs made during course of AI & Application Lab.

Programs are listed below:

  1. Solve “Tower of Hanoi” with only 2 disks and then 3 disks.
  2. Solve “4-Queens” and “8-Queens” puzzle.
  3. Solve “4-color map” problem.
  4. Solve “8 – puzzle” and “15-puzzle” take any initial and goal state.
  5. Solve “Latin Square” problem
  6. Code the game: Tick-Tack-Toe.
  7. Code the game: Checkers.
  8. : Write a program to solve water jug problem.
  9. Write a Program to Implement Missionaries-Cannibals Problems.
  10. Write a program to solve traveling salesman problem.
  11. Write a Program to Implement Camel and Banana Puzzle.
  12. Write a program of Magic Square.
  13. Knight’s Tour problem using Backtracking.
  14. : K-Means Algorithm for Colour Compression.