Skip to content
Snippets Groups Projects
  1. Nov 08, 2023
    • Michael Mutote's avatar
      22202956 · 8caf06a5
      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
  2. Nov 04, 2023
    • Michael Mutote's avatar
      22202956 · e28116c3
      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
      e28116c3
    • 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
Loading