Skip to content

Commit

Permalink
Possible Figure Number error fix
Browse files Browse the repository at this point in the history
- As described in Issue aimacode#80
- Figure numbers don't match textbook and `aima-python` codebase
- Figures 3.13, 3.16 & 3.17 needed be increased by one
- Figure 3.24 needed to be increased by two.
- New Figure Numbers are 3.14, 3.17, 3.18 and 3.26.
- Only needed to change README.md
  • Loading branch information
RobRoseKnows committed Mar 21, 2018
1 parent 595d976 commit cca0a97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ The file [aima3e-algorithms.pdf](https://github.com/aimacode/pseudocode/blob/mas
| 3.1 | | [SIMPLE-PROBLEM-SOLVING-AGENT](md/Simple-Problem-Solving-Agent.md) |
| 3.7 | | [TREE-SEARCH and GRAPH-SEARCH](md/Tree-Search-and-Graph-Search.md) |
| 3.11 | | [BREADTH-FIRST-SEARCH](md/Breadth-First-Search.md) |
| 3.13 | | [UNIFORM-COST-SEARCH](md/Uniform-Cost-Search.md) |
| 3.16 | | [DEPTH-LIMITED-SEARCH](md/Depth-Limited-Search.md) |
| 3.17 | | [ITERATIVE-DEEPENING-SEARCH](md/Iterative-Deepening-Search.md) |
| 3.24 | | [RECURSIVE-BEST-FIRST-SEARCH](md/Recursive-Best-First-Search.md) |
| 3.14 | | [UNIFORM-COST-SEARCH](md/Uniform-Cost-Search.md) |
| 3.17 | | [DEPTH-LIMITED-SEARCH](md/Depth-Limited-Search.md) |
| 3.18 | | [ITERATIVE-DEEPENING-SEARCH](md/Iterative-Deepening-Search.md) |
| 3.26 | | [RECURSIVE-BEST-FIRST-SEARCH](md/Recursive-Best-First-Search.md) |
| 4.2 | | [HILL-CLIMBING](md/Hill-Climbing.md) |
| 4.5 | | [SIMULATED-ANNEALING](md/Simulated-Annealing.md) |
| 4.8 | | [GENETIC-ALGORITHM](md/Genetic-Algorithm.md) |
Expand Down

0 comments on commit cca0a97

Please sign in to comment.