Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 29, 2023
  3. Oct 26, 2023
  4. Oct 25, 2023
  5. 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
  6. 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
    • Michael Mutote's avatar
      22202956 · 29291563
      Michael Mutote authored
      Exercise 4.9 question 4 done
      
      still requires optimization for space usage and speed. Memoizing might be a good Idea!
      29291563
    • Michael Mutote's avatar
      22202956 · 9528fd70
      Michael Mutote authored
      Exercise 4.9 question 4 done
      
      still requires optimization for space usage and speed. Memoizing might be a good Idea!
      9528fd70
  7. Oct 17, 2023
  8. Oct 15, 2023
  9. Oct 14, 2023
  10. Oct 13, 2023
  11. Oct 12, 2023
    • Michael Mutote's avatar
      22202956 · baaf0741
      Michael Mutote authored
      Exercise 4.9 question 4 done
      
      still requires optimization for space usage and speed. Memoizing might be a good Idea!
      baaf0741
    • Michael Mutote's avatar
      22202956 · ee4c4ff3
      Michael Mutote authored
      Exercise 4.9 question 3 done.
      
      Optimised and removed a lot of un-needed code. Might still need to use Dijkstra’s Algorithm
      ee4c4ff3
    • Michael Mutote's avatar
      22202956 · 124d79d3
      Michael Mutote authored
      Exercise 4.9 question 3 done.
      
      Works okay for smaller grids but is a lot slower for larger grids. Might be worthwhile to use Dijkstra’s Algorithm
      124d79d3
  12. Oct 11, 2023
Loading