摘要: 题目链接 "https://leetcode.com/problems/distinct subsequences/" 题目原文 Given a string S and a string T, count the number of distinct subsequences of T in S. 阅读全文
posted @ 2016-03-17 16:27 slurm 阅读(204) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/flatten binary tree to linked list/" 题目原文 Given a binary tree, flatten it to a linked list in place. For example, 阅读全文
posted @ 2016-03-17 16:24 slurm 阅读(280) 评论(0) 推荐(0)