From 1e2cb581b2fed5b3a54f5db46a0e899fc93a9d99 Mon Sep 17 00:00:00 2001 From: joshpwn Date: Tue, 19 Nov 2024 12:05:00 -0800 Subject: [PATCH] Minor link error in README.md In README.md, the `aim4e-algorithms.pdf` file doesn't exist. Removed "aima4e" to link correctly to `algorithms.pdf`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40436e3..ce3a1c5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pseudocode descriptions of the algorithms from [Russell](http://www.cs.berkeley.edu/~russell/) and [Norvig's](http://www.norvig.com/) [Artificial Intelligence - A Modern Approach](http://aima.cs.berkeley.edu/). The algorithms as they appear in the book are available in pdf format: -- [**algorithms.pdf**](https://github.com/aimacode/pseudocode/blob/master/aima4e-algorithms.pdf) +- [**algorithms.pdf**](https://github.com/aimacode/pseudocode/blob/master/algorithms.pdf) The files listed below give the same algorithms, but in markdown format. **We need help checking that the 4th edition versions are correct.** We are in the process of updating from the old [3rd edition](https://github.com/aimacode/pseudocode/blob/master/aima3e-algorithms.pdf) algorithms. (_Note:_ when editing pseudocode in a `md/*.md` file, put **two spaces at the end of a line**; this keeps the line separate from the following line.)