摘要:
Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most significant d 阅读全文
posted @ 2018-03-04 15:57
轻风舞动
阅读(619)
评论(0)
推荐(0)
摘要:
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. Example: 阅读全文
posted @ 2018-03-04 07:04
轻风舞动
阅读(3597)
评论(1)
推荐(1)
摘要:
Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Note: The number of elements initialized in nums1 and num 阅读全文
posted @ 2018-03-04 06:55
轻风舞动
阅读(2737)
评论(0)
推荐(0)
摘要:
Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and '*'. The matching should cover the entire 阅读全文
posted @ 2018-03-04 05:59
轻风舞动
阅读(465)
评论(0)
推荐(0)
摘要:
Implement wildcard pattern matching with support for '?' and '*'. 通配符匹配问题,和10. Regular Expression Matching 类似。'?'匹配1个字符,'*'匹配任何字符序列,包括空的。有贪心Greedy, 动态 阅读全文
posted @ 2018-03-04 05:57
轻风舞动
阅读(605)
评论(0)
推荐(0)

浙公网安备 33010602011771号