We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53edb7c commit da7b85bCopy full SHA for da7b85b
README.md
@@ -68,7 +68,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
68
| 3 | Problem | `Problem` | [`search.py`][search] | Done | Included |
69
| 3 | Node | `Node` | [`search.py`][search] | Done | Included |
70
| 3 | Queue | `Queue` | [`utils.py`][utils] | Done | No Need |
71
-| 3.1 | Simple-Problem-Solving-Agent | `SimpleProblemSolvingAgent` | [`search.py`][search] | | Included |
+| 3.1 | Simple-Problem-Solving-Agent | `SimpleProblemSolvingAgent` | [`search.py`][search] | Done | Included |
72
| 3.2 | Romania | `romania` | [`search.py`][search] | Done | Included |
73
| 3.7 | Tree-Search | `tree_search` | [`search.py`][search] | Done | |
74
| 3.7 | Graph-Search | `graph_search` | [`search.py`][search] | Done | |
0 commit comments