
长度
文章平均质量分 83
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 160. Intersection of Two Linked Lists
原题网址:https://leetcode.com/problems/intersection-of-two-linked-lists/ Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following原创 2016-05-25 01:41:05 · 463 阅读 · 0 评论 -
LeetCode 115. Distinct Subsequences(子序列数量)
原题网址:https://leetcode.com/problems/distinct-subsequences/ Given a string S and a string T, count the number of distinct subsequences of T in S. A subsequence of a string is a new string which原创 2016-05-24 00:19:33 · 536 阅读 · 0 评论