mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-05-03 07:15:04 -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
|
||||
|
||||
|
||||
class BST_Iterator:
|
||||
class InorderIterator:
|
||||
|
||||
def __init__(self, root):
|
||||
self.stack = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue