Pseudocode descriptions of the algorithms from Russell and Norvig's Artificial Intelligence - A Modern Approach.
The algorithms as they appear in the book (3rd and 4th editions) are given here:
The files listed below give the same algorithms, but in markdown format. We need help checking that the 4th edition versions are correct (we know they are wrong for the search chapters). When there are differences between the third edition and fourth edition pseudocode, both versions will be shown in the files listed below. (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.)