Find the max int in an onordered binary tree.
Anonymous
Why would you need to store all of the integers in an array? You only need to keep track of the max value seen at each node. Creating an array doubles the space you need.
Check out your Company Bowl for anonymous work chats.