Maximum Depth of Binary Tree Posted on October 17, 2019March 2, 2020 by James Posted in Uncategorized Simply use a depth first search to count the number of nodes.