Skip to content
Snippets Groups Projects
  1. Oct 25, 2023
  2. 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
  3. 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
  4. Oct 17, 2023
  5. Oct 15, 2023
  6. Oct 14, 2023
  7. Oct 13, 2023
  8. 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
  9. Oct 11, 2023
Loading