Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 180 Bytes

BST_Successor.md

File metadata and controls

3 lines (2 loc) · 180 Bytes

#BST Successor Search

Given a node n in a binary search tree, explain and code the most efficient way to find the successor of n. Analyze the runtime complexity of your solution.