摘要: 题目: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 阅读(129) 评论(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 阅读(118) 评论(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 阅读(131) 评论(0) 推荐(0)