Skip to content
Snippets Groups Projects
  1. Nov 04, 2023
    • Michael Mutote's avatar
      22202956 · 9f43b559
      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
      9f43b559
  2. Oct 29, 2023
  3. Oct 25, 2023
  4. Oct 19, 2023
    • Michael Mutote's avatar
      22202956 · 58302ff3
      Michael Mutote authored
      Queens problem, solved. Does not look pretty. Successor, is allowed and is goal completed. Breadth first function still not touched
      58302ff3
  5. Oct 18, 2023
    • Michael Mutote's avatar
      22202956 · 73e116b2
      Michael Mutote authored
      breadth first algorithm untouched. Sudoku Successors and allowed moves completed. Tested with solution testing.py. Sudoku is_goal also completed
      73e116b2
    • Michael Mutote's avatar
      22202956 · c419cf3f
      Michael Mutote authored
      first commit breadth first search, algorithm done. Is_goal and Successors is jst skeleton code
      c419cf3f
Loading