Skip to content

Commit

Permalink
Fixed issue #700 (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishav1 authored and norvig committed Jan 29, 2018
1 parent b068a56 commit 7c5bcdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search-4e.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@
" def __init__(self, initial, LIFO=False):\n",
" \"\"\"Initialize Frontier with an initial Node.\n",
" If LIFO is True, pop from the end first; otherwise from front first.\"\"\"\n",
" super(FrontierQ, self).__init__()\n",
" self.LIFO = LIFO\n",
" self.add(initial)\n",
" \n",
Expand Down

0 comments on commit 7c5bcdd

Please sign in to comment.