30:00
Given the root of a binary tree, return the length of the diameter of the tree.
The number of nodes is in the range [1,104][1, 10^4][1,104].
−100≤Node.val≤100-100 \leq \text{Node.val} \leq 100−100≤Node.val≤100
1
2
3
4
5