mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-15 10:29:12 -04:00
Update bt_inorder_iterator.py
This commit is contained in:
parent
bc8ff138e3
commit
b9318bf6ea
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Node:
|
||||||
self.right = right
|
self.right = right
|
||||||
|
|
||||||
|
|
||||||
class BST_Iterator:
|
class InorderIterator:
|
||||||
|
|
||||||
def __init__(self, root):
|
def __init__(self, root):
|
||||||
self.stack = []
|
self.stack = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue