Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 447 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 447 Bytes

CS312-AI-Lab

This repository contains files related to Artificial Intelligence (Spring 2022).

Assignments Included

  1. Uninformed Search Methods: Using a text-file Pacman (BFS, DFS, IDFS)
  2. Blocks World Problem: With different heuristics
  3. Solving 3-SAT problem: Using bit perturbations
  4. Travelling Salesman Problem (TSP): Using Ant Colony Optimization
  5. Othello Bots: Alpha-Beta Pruning
  6. Spam Email Detection: Support Vector Machines