Skip to content

Commit 7c5bcdd

Browse files
Rishav1norvig
authored andcommitted
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy