Skip to content
Snippets Groups Projects
user avatar
Michael Mutote authored
optimised successors function for sudoku to use the most complete row, column or sub-square
Added helper functions for selecting next position to solve for sudoku
Heuristics for Sudoku updated and tested for A*, works but slow, 30 seconds
8caf06a5
History

AI Programming semester work

* Michael Mutote
* Narender Kumar
* Fadi Gattousi

Exercise 2.7

* Q 1 Narender Kumar
* Q 2
* Q 3
* Q 4
* Q 5

Exercise 4.9

* Q 1
* Q 2
* Q 3
* Q 4
* Q 5

Search Algorithms

Breadth First

* Search ALgorithm - Michael Mutote
* Maze - Michael Mutote
* Puzzle - Fadi Gattousi
* Sudoku - Michael Mutote
* Queens - Michael Mutote

Depth First

* Search ALgorithm - Michael Mutote
* Maze - Michael Mutote
* Puzzle - Fadi Gattousi
* Sudoku - Michael Mutote
* Queens - Michael Mutote

A*

* Search ALgorithm - Michael Mutote
* Maze - Michael Mutote
* Puzzle - 
* Sudoku - 
* Queens - 

Menace