Update and rename bst_find_inorder_successor.py to bst_find_successor_inorder.py

This commit is contained in:
bt3gl 2023-08-08 15:28:11 -07:00 committed by GitHub
parent cba141be6a
commit 5d56bb3855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
# author: bt3gl # author: bt3gl
def find_inorder_successor(root): def find_successor(root, p):
successor = None successor = None