Find the max value in a binary tree, but do it iteratively.
Anonymous
I used BFS here, I had a queue that pushed the head if it was not null and then continued to do that for each left and right node using a while loop.
Check out your Company Bowl for anonymous work chats.