Leetcode: Binary Tree Preorder Traversal
摘要:
Given a binary tree, return thepreordertraversal of its nodes' values.For example:Given binary tree{1,#,2,3}, 1 \ 2 / 3return[1,2,3].Not... 阅读全文
posted @ 2014-12-04 20:20
Ryan-Xing
阅读(203)
评论(0)
推荐(0)
浙公网安备 33010602011771号