Skip to content

Commit bbea113

Browse files
authored
Merge pull request #82 from ashishrana160796/index-update
Chapter 3 index correction
2 parents 86066bc + ef3a084 commit bbea113

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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.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) |
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) |
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)