2015年5月9日

摘要: Binary Tree Preorder TraversalGiven a binary tree, return the preorder traversal of its nodes' values. For example:Given binary tree {1,#,2,3}, 1 ... 阅读全文

posted @ 2015-05-09 19:39 Maples7 阅读(177) 评论(0) 推荐(0)