摘要:
原题地址:https://oj.leetcode.com/problems/regular-expression-matching/题意:Implement regular expression matching with support for'.'and'*'.'.' Matches any s... 阅读全文
摘要:
原题地址:https://oj.leetcode.com/problems/multiply-strings/题意:Given two numbers represented as strings, return multiplication of the numbers as a string.N... 阅读全文
摘要:
原题地址:https://oj.leetcode.com/problems/trapping-rain-water/题意:Givennnon-negative integers representing an elevation map where the width of each bar is ... 阅读全文
摘要:
原题地址:https://oj.leetcode.com/problems/count-and-say/题意:The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 11... 阅读全文