Find the max value in a Binary Search Tree
Anonymous
I think the question is about binary tree, not binary "search" tree Think about DFS (using queue, arraylist) and BFS (using recursive function - with preorder, inorder, or postorder)
Check out your Company Bowl for anonymous work chats.