Given a binary search tree find the nth highest number.
Anonymous
Initially this was a basic binary search tree but we then added the number of children to each node. This helped to optimize the algorithm.
Check out your Company Bowl for anonymous work chats.