Given a binary tree, return the inorder traversal of its nodes' values. Example. Example 1: Input: binary tree = {1,2,3}. Output: [2,1,3]. Explanation:.
確定! 回上一頁