- Nov 08, 2023
-
-
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
-
- Oct 29, 2023
-
-
tnbeats authored
-
- Oct 25, 2023
-
-
Michael Mutote authored
refactored
-
- Oct 19, 2023
-
-
Michael Mutote authored
Queens problem, solved. Does not look pretty. Successor, is allowed and is goal completed. Breadth first function still not touched
-
- Oct 18, 2023
-
-
Michael Mutote authored
touch up
-
Michael Mutote authored
breadth first algorithm untouched. Sudoku Successors and allowed moves completed. Tested with solution testing.py. Sudoku is_goal also completed
-
Michael Mutote authored
first commit breadth first search, algorithm done. Is_goal and Successors is jst skeleton code
-