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

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
improved search.ipynb (aimacode#716)
* added submodule

* removed duplicates

* minor changes

* Update README.md

* removed an unwanted commit
  • Loading branch information
nvinayvarma189 authored and norvig committed Feb 9, 2018
commit a643323fcf68c02f3a7be4420dffc85e654c41b5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
| 3.14 | Uniform-Cost-Search | `uniform_cost_search` | [`search.py`][search] | Done | Included |
| 3.17 | Depth-Limited-Search | `depth_limited_search` | [`search.py`][search] | Done | |
| 3.18 | Iterative-Deepening-Search | `iterative_deepening_search` | [`search.py`][search] | Done | |
| 3.22 | Best-First-Search | `best_first_graph_search` | [`search.py`][search] | Done | |
| 3.22 | Best-First-Search | `best_first_graph_search` | [`search.py`][search] | Done | Included |
| 3.24 | A\*-Search | `astar_search` | [`search.py`][search] | Done | Included |
| 3.26 | Recursive-Best-First-Search | `recursive_best_first_search` | [`search.py`][search] | Done | |
| 4.2 | Hill-Climbing | `hill_climbing` | [`search.py`][search] | Done | |
Expand Down
Loading