From e65b4925eb94e35e229e2b1c014cebe0c29be2d3 Mon Sep 17 00:00:00 2001
From: Michael Mutote <130656746+mr1Michael@users.noreply.github.com>
Date: Sat, 4 Nov 2023 16:29:11 +0100
Subject: [PATCH] 22202956 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
---
 README.md | 45 +++++++++++++++++++++++++++++++++++++--------
 1 file changed, 37 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 9f7b1b9..11e4e3f 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,41 @@
 # AI Programming semester work 
 
-* Michael Mutote
-* Narender Kumar
-* Fadi Gattousi
+    * Michael Mutote
+    * Narender Kumar
+    * Fadi Gattousi
 
 # Exercise 2.7
-    Q 1 Narender Kumar
-    Q 2
-    Q 3
-    Q 4
-    Q 5
+    * Q 1 Narender Kumar
+    * Q 2
+    * Q 3
+    * Q 4
+    * Q 5
+
+# Exercise 4.9
+    * Q 1
+    * Q 2
+    * Q 3
+    * Q 4
+    * Q 5
+
+# Search Algorithms
+## Breadth First
+    * Search ALgorithm - Michael Mutote
+    * Maze - Michael Mutote
+    * Puzzle - Fadi Gattousi
+    * Sudoku - Michael Mutote
+    * Queens - Michael Mutote
+## Depth First
+    * Search ALgorithm - Michael Mutote
+    * Maze - Michael Mutote
+    * Puzzle - Fadi Gattousi
+    * Sudoku - Michael Mutote
+    * Queens - Michael Mutote
+## A*
+    * Search ALgorithm - Michael Mutote
+    * Maze - Michael Mutote
+    * Puzzle - 
+    * Sudoku - 
+    * Queens - 
+
+# Menace
-- 
GitLab