个人博客:https://luxialan.com

摘要: 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-03-24 17:04 luxialan 阅读(124) 评论(0) 推荐(0)