The "linked list" should use the same TreeNode class where the right child pointer points to the next node in the list and the left child pointer is always null ...
確定! 回上一頁