Topic: Tree Problem / Level: intermediate

Problem: Find the maximum depth of a binary tree using depth-first search.

Run the code to see the output here...