mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update bt_inorder_iterator.py
This commit is contained in:
parent
bc8ff138e3
commit
b9318bf6ea
@ -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…
x
Reference in New Issue
Block a user