30:00
Given the root of a binary tree, return all root-to-leaf paths in any order.
The number of nodes is in the range [1,100][1, 100][1,100].
−100≤Node.val≤100-100 \leq \text{Node.val} \leq 100−100≤Node.val≤100
1
2
3
5