2015年11月6日
摘要: 题目:Given a binary tree, return thepreordertraversal of its nodes' values.For example:Given binary tree{1,#,2,3}, 1 \ 2 / 3return[1,2,3].... 阅读全文
posted @ 2015-11-06 09:50 已停更 阅读(222) 评论(0) 推荐(0)