Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c67fb65

Browse files
antmarakisnorvig
authored andcommitted
Update README.md (aimacode#767)
1 parent 35c9673 commit c67fb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
4141
| 2.12 | Model-Based-Reflex-Agent | `ReflexAgentWithState` | [`agents.py`][agents] | | Included |
4242
| 3 | Problem | `Problem` | [`search.py`][search] | Done | |
4343
| 3 | Node | `Node` | [`search.py`][search] | Done | |
44-
| 3 | Queue | `Queue` | [`utils.py`][utils] | Done | |
44+
| 3 | Queue | `Queue` | [`utils.py`][utils] | Done | No Need |
4545
| 3.1 | Simple-Problem-Solving-Agent | `SimpleProblemSolvingAgent` | [`search.py`][search] | | Included |
4646
| 3.2 | Romania | `romania` | [`search.py`][search] | Done | Included |
4747
| 3.7 | Tree-Search | `tree_search` | [`search.py`][search] | Done | |

0 commit comments

Comments
 (0)