Skip to content

Commit

Permalink
improved search.ipynb (#716)
Browse files Browse the repository at this point in the history
* added submodule

* removed duplicates

* minor changes

* Update README.md

* removed an unwanted commit
  • Loading branch information
nvinayvarma189 authored and norvig committed Feb 9, 2018
1 parent 0390d06 commit a643323
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 215 deletions.
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

0 comments on commit a643323

Please sign in to comment.