Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 210 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 210 Bytes

AI

  1. Prog1 explores MINIMAX algorithm with Alpha, Beta pruning for 3x3 tic-tac-toe problem
  2. In the Sudoku Folder, Sudoko solvers using Simmulated Annealing and Exhaustive Search have been implemented