Skip to content

Commit 7c5bcdd

Browse files
Rishav1norvig
authored andcommitted
Fixed issue #700 (#701)
1 parent b068a56 commit 7c5bcdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

search-4e.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,7 @@
825825
" def __init__(self, initial, LIFO=False):\n",
826826
" \"\"\"Initialize Frontier with an initial Node.\n",
827827
" If LIFO is True, pop from the end first; otherwise from front first.\"\"\"\n",
828+
" super(FrontierQ, self).__init__()\n",
828829
" self.LIFO = LIFO\n",
829830
" self.add(initial)\n",
830831
" \n",

0 commit comments

Comments
 (0)