mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 12:16:14 -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
|
||||
|
||||
|
||||
class BST_Iterator:
|
||||
class InorderIterator:
|
||||
|
||||
def __init__(self, root):
|
||||
self.stack = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user