The question :- Find the size of the largest complete subtree in a tree.
A complete tree is a tree with all levels filled except the last which is left filled.
I tried a postorder type approach but there were just too many cases to handle. I could not find the answer on google so I decided to ask it here