摘要: 题目链接 "https://leetcode.com/problems/unique binary search trees ii/" 题目原文 Given n, generate all structurally unique BST's (binary search trees) that st 阅读全文
posted @ 2016-02-23 16:55 slurm 阅读(388) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/binary tree inorder traversal/" 题目原文 Given a binary tree, return the inorder traversal of its nodes' values. For e 阅读全文
posted @ 2016-02-23 16:34 slurm 阅读(361) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/restore ip addresses/" 题目原文 Given a string containing only digits, restore it by returning all possible valid IP a 阅读全文
posted @ 2016-02-23 16:23 slurm 阅读(403) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/reverse linked list ii/" 题目原文 Reverse a linked list from position m to n. Do it in place and in one pass. For exam 阅读全文
posted @ 2016-02-23 15:33 slurm 阅读(376) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/decode ways/" 题目原文 A message containing letters from is being encoded to numbers using the following mapping: 'A' 阅读全文
posted @ 2016-02-23 15:12 slurm 阅读(460) 评论(0) 推荐(0)