Skip to content

Commit 1ff1072

Browse files
authored
Update README.md
1 parent fc73e8f commit 1ff1072

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
@@ -22,7 +22,7 @@ When complete, this project will have Python code for all the pseudocode algorit
2222

2323
# Index of Code
2424

25-
Here is a table of algorithms, the figure, name of the code in the book and in the repository, and the file where they are implemented in the code. This chart was made for the third edition of the book and needs to be updated for the upcoming fourth edition. Empty implementations are a good place for contributors to look for an issue. You can see a [pdf file of all the algorithms](http://aima.cs.berkeley.edu/algorithms.pdf) from the book.
25+
Here is a table of algorithms, the figure, name of the code in the book and in the repository, and the file where they are implemented in the code. This chart was made for the third edition of the book and needs to be updated for the upcoming fourth edition. Empty implementations are a good place for contributors to look for an issue. The [aima-pseudocode](https://github.com/aimacode/aima-pseudocode) project describes all the algorithms from the book.
2626

2727

2828
| **Figure** | **Name (in 3<sup>rd</sup> edition)** | **Name (in repository)** | **File**

0 commit comments

Comments
 (0)