Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a643323

Browse files
nvinayvarma189norvig
authored andcommitted
improved search.ipynb (#716)
* added submodule * removed duplicates * minor changes * Update README.md * removed an unwanted commit
1 parent 0390d06 commit a643323

File tree

2 files changed

+90
-215
lines changed

2 files changed

+90
-215
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
5050
| 3.14 | Uniform-Cost-Search | `uniform_cost_search` | [`search.py`][search] | Done | Included |
5151
| 3.17 | Depth-Limited-Search | `depth_limited_search` | [`search.py`][search] | Done | |
5252
| 3.18 | Iterative-Deepening-Search | `iterative_deepening_search` | [`search.py`][search] | Done | |
53-
| 3.22 | Best-First-Search | `best_first_graph_search` | [`search.py`][search] | Done | |
53+
| 3.22 | Best-First-Search | `best_first_graph_search` | [`search.py`][search] | Done | Included |
5454
| 3.24 | A\*-Search | `astar_search` | [`search.py`][search] | Done | Included |
5555
| 3.26 | Recursive-Best-First-Search | `recursive_best_first_search` | [`search.py`][search] | Done | |
5656
| 4.2 | Hill-Climbing | `hill_climbing` | [`search.py`][search] | Done | |

0 commit comments

Comments
 (0)