File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) |
You can’t perform that action at this time.
0 commit comments