Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cca0a97

Browse files
committedMar 21, 2018
Possible Figure Number error fix
- 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
1 parent 595d976 commit cca0a97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ The file [aima3e-algorithms.pdf](https://github.com/aimacode/pseudocode/blob/mas
1313
| 3.1 | | [SIMPLE-PROBLEM-SOLVING-AGENT](md/Simple-Problem-Solving-Agent.md) |
1414
| 3.7 | | [TREE-SEARCH and GRAPH-SEARCH](md/Tree-Search-and-Graph-Search.md) |
1515
| 3.11 | | [BREADTH-FIRST-SEARCH](md/Breadth-First-Search.md) |
16-
| 3.13 | | [UNIFORM-COST-SEARCH](md/Uniform-Cost-Search.md) |
17-
| 3.16 | | [DEPTH-LIMITED-SEARCH](md/Depth-Limited-Search.md) |
18-
| 3.17 | | [ITERATIVE-DEEPENING-SEARCH](md/Iterative-Deepening-Search.md) |
19-
| 3.24 | | [RECURSIVE-BEST-FIRST-SEARCH](md/Recursive-Best-First-Search.md) |
16+
| 3.14 | | [UNIFORM-COST-SEARCH](md/Uniform-Cost-Search.md) |
17+
| 3.17 | | [DEPTH-LIMITED-SEARCH](md/Depth-Limited-Search.md) |
18+
| 3.18 | | [ITERATIVE-DEEPENING-SEARCH](md/Iterative-Deepening-Search.md) |
19+
| 3.26 | | [RECURSIVE-BEST-FIRST-SEARCH](md/Recursive-Best-First-Search.md) |
2020
| 4.2 | | [HILL-CLIMBING](md/Hill-Climbing.md) |
2121
| 4.5 | | [SIMULATED-ANNEALING](md/Simulated-Annealing.md) |
2222
| 4.8 | | [GENETIC-ALGORITHM](md/Genetic-Algorithm.md) |

0 commit comments

Comments
 (0)
Please sign in to comment.