Topic: Tree Problem / Level: advanced

Problem: Find the diameter of a binary tree (the longest path between any two nodes).

Run the code to see the output here...