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 35c9673 commit c67fb65Copy full SHA for c67fb65
README.md
@@ -41,7 +41,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
41
| 2.12 | Model-Based-Reflex-Agent | `ReflexAgentWithState` | [`agents.py`][agents] | | Included |
42
| 3 | Problem | `Problem` | [`search.py`][search] | Done | |
43
| 3 | Node | `Node` | [`search.py`][search] | Done | |
44
-| 3 | Queue | `Queue` | [`utils.py`][utils] | Done | |
+| 3 | Queue | `Queue` | [`utils.py`][utils] | Done | No Need |
45
| 3.1 | Simple-Problem-Solving-Agent | `SimpleProblemSolvingAgent` | [`search.py`][search] | | Included |
46
| 3.2 | Romania | `romania` | [`search.py`][search] | Done | Included |
47
| 3.7 | Tree-Search | `tree_search` | [`search.py`][search] | Done | |
0 commit comments