Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 264 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 264 Bytes

Artificial Intelligence Lab

All the programs that were developed in the AI Lab.

  1. BFS and DFS Implementation
  2. Travelling Salesman problem using BFS and DFS
  3. Implement 8 Puzzzle problem using A-star algorithm
  4. Fixed Increment Perceptron Learning algorithm