摘要: Given an input string (s) and a pattern (p), implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single character. '*' M 阅读全文
posted @ 2018-10-16 20:37 Veritas_des_Liberty 阅读(186) 评论(0) 推荐(0)
摘要: Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string. Example 1: Ex 阅读全文
posted @ 2018-10-16 20:03 Veritas_des_Liberty 阅读(154) 评论(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 @ 2018-10-16 17:35 Veritas_des_Liberty 阅读(184) 评论(0) 推荐(0)
摘要: Given an unsorted integer array, find the smallest missing positive integer. Given an unsorted integer array, find the smallest missing positive integ 阅读全文
posted @ 2018-10-16 16:59 Veritas_des_Liberty 阅读(193) 评论(0) 推荐(0)