mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Update and rename bst_find_inorder_successor.py to bst_find_successor_inorder.py
This commit is contained in:
parent
cba141be6a
commit
5d56bb3855
@ -3,7 +3,7 @@
|
||||
# author: bt3gl
|
||||
|
||||
|
||||
def find_inorder_successor(root):
|
||||
def find_successor(root, p):
|
||||
|
||||
successor = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user