Topic: Divide And Conquer Problem / Level: advanced

Problem: Write a divide and conquer solution to find the "Maximum Depth of a Binary Tree" using recursion.

Run the code to see the output here...