Skip to content
Snippets Groups Projects
  1. Nov 19, 2023
  2. Nov 16, 2023
  3. Nov 15, 2023
  4. Nov 14, 2023
  5. Nov 12, 2023
  6. 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
  7. 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 · e65b4925
      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
      e65b4925
    • 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
  8. Oct 29, 2023
  9. Oct 26, 2023
  10. Oct 25, 2023
  11. 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
  12. Oct 18, 2023
    • Michael Mutote's avatar
      22202956 · 531353e1
      Michael Mutote authored
      touch up
      531353e1
    • Michael Mutote's avatar
      22202956 · 95eb6bc2
      Michael Mutote authored
      touch up
      95eb6bc2
    • 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 · 4d246422
      Michael Mutote authored
      first commit breadth first search, algorithm done. tested with Maze problem
      4d246422
    • 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