Find the Diameter of a Binary Tree
You are given the reference to the root node of a binary tree. Find the diameter of the tree.
Input:
The function diameterOfBinaryTree(struct node *root) only takes the reference to the root node as input.
Output:
Return the diameter of the Binary Tr...
asquero.hashnode.dev