摘要: 题目:Given a linked list and a value x, partition it such that all nodes less than x come before nod... 阅读全文
posted @ 2015-09-24 15:13 JSRGFJZ6 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 题目:Given a binary tree, return the inorder traversal of its nodes' values.Given binary tree {1,#,2... 阅读全文
posted @ 2015-09-24 01:02 JSRGFJZ6 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 题目:Given a binary tree, return the postorder traversal of its nodes' values.For example:Given bina... 阅读全文
posted @ 2015-09-24 00:48 JSRGFJZ6 阅读(125) 评论(0) 推荐(0) 编辑