- Nov 04, 2023
-
-
Michael Mutote authored
Create A* search algorithm and added to search algorithms. Heuristics file with maze heuristics. Moved puzzle goal to the top Created test case for mazes
-
- 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
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
-