摘要: Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single character. '*' Matches any sequence of characters (including 阅读全文
posted @ 2017-11-08 12:40 逸朵 阅读(117) 评论(0) 推荐(0)
摘要: Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2. Note: The length of both num1 and num2 is < 阅读全文
posted @ 2017-11-08 11:50 逸朵 阅读(105) 评论(0) 推荐(0)
摘要: Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. 阅读全文
posted @ 2017-11-08 10:26 逸朵 阅读(92) 评论(0) 推荐(0)