Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.4 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.4 KB

Artificial Intelligence Course Assignments

1. N-Puzzle Solver (A* Search)

n-puzzle

2. Latin Square Solver (Constraint Satisfaction Problem)

csp

  • Implemented Simple backtracking and forward-checking solvers with different variable ordering and value ordering heuristics

3. Exam Scheduling Solver (Local Search)

local

  • Implemented various constructive (DSatur algorithm, largest degree, random ordering) and perturbative heuristics (Kempe-chain interchange, Pair-swap operator)

4. Minesweeper Solver (Knowledge Representation and Engineering)

mine