Given the root to a binary tree, count the total number of nodes there are. Given the root to a binary tree, return the deepest node.
Given the root to a binary tree, count the total number of nodes there are.
Given the root to a binary tree, return the deepest node.