I am trying to solve the coding question of "Given a binary tree, return all root-to-leaf paths."
Input: 1 / \\ 2 3 \\ 5 Output: [&qu