- Oct 25, 2023
-
-
Michael Mutote authored
refactored
-
Michael Mutote authored
-
Michael Mutote authored
Initial Commit for depth first, A* and MENACE
-
Michael Mutote authored
-
Michael Mutote authored
-
Michael Mutote authored
-
Michael Mutote authored
Initial Commit for depth first, A* and MENACEw
-
Michael Mutote authored
touch ups
-
Michael Mutote authored
touch ups
-
- Oct 19, 2023
-
-
Michael Mutote authored
Queens problem, solved. Does not look pretty. Successor, is allowed and is goal completed. Breadth first function still not touched
-
- Oct 18, 2023
-
-
Michael Mutote authored
touch up
-
Michael Mutote authored
touch up
-
Michael Mutote authored
breadth first algorithm untouched. Sudoku Successors and allowed moves completed. Tested with solution testing.py. Sudoku is_goal also completed
-
Michael Mutote authored
first commit breadth first search, algorithm done. tested with Maze problem
-
Michael Mutote authored
first commit breadth first search, algorithm done. Is_goal and Successors is jst skeleton code
-
Michael Mutote authored
Exercise 4.9 question 4 done still requires optimization for space usage and speed. Memoizing might be a good Idea!
-
Michael Mutote authored
Exercise 4.9 question 4 done still requires optimization for space usage and speed. Memoizing might be a good Idea!
-
- Oct 17, 2023
-
-
tnbeats authored
-
- Oct 15, 2023
-
-
Narender Kumar authored
-
- Oct 14, 2023
-
-
tnbeats authored
-
- Oct 13, 2023
-
-
tnbeats authored
-
- Oct 12, 2023
-
-
Michael Mutote authored
Exercise 4.9 question 4 done still requires optimization for space usage and speed. Memoizing might be a good Idea!
-
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
-
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
-
- Oct 11, 2023
-
-
Michael Mutote authored
Exercise 4.9 question 2 done. the files are split as the code snippets are considerably longer
-
Michael Mutote authored
Question 1 corrected Question 4 was incorrect. removed it. Question 5 done. Question 6 done.
-
Michael Mutote authored
answer 4 was incorrect. removed it. Question 5 done.
-
Michael Mutote authored
question 1 corrected and question 4 completed
-
Michael Mutote authored
question 1 corrected and question 4 completed
-
Michael Mutote authored
question 1 complete
-
Michael Mutote authored
question 1 complete
-
Michael Mutote authored
-
Michael Mutote authored
-