Skip to content

Commit bd6ec0d

Browse files
authored
Update README.md
1 parent 413139d commit bd6ec0d

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
@@ -20,7 +20,7 @@ When complete, this project will have Python code for all the pseudocode algorit
2020
- `logic.ipynb`: A Jupyter (IPython) notebook that explains and gives examples of how to use the code.
2121
- `tests/logic_test.py`: A lightweight test suite, using `assert` statements, designed for use with [`py.test`](http://pytest.org/latest/), but also usable on their own.
2222

23-
# Index of Code
23+
# Index of Algorithms
2424

2525
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

0 commit comments

Comments
 (0)