摘要: 45. Jump Game II Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array repr 阅读全文
posted @ 2019-02-23 23:49 mingL 阅读(100) 评论(0) 推荐(0)
摘要: 44. Wildcard Matching Given an input string (s) and a pattern (p), implement wildcard pattern matching with support for '?' and '*'. The matching shou 阅读全文
posted @ 2019-02-23 23:42 mingL 阅读(136) 评论(0) 推荐(0)
摘要: 43. Multiply Strings Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a 阅读全文
posted @ 2019-02-23 23:40 mingL 阅读(157) 评论(0) 推荐(0)
摘要: 42. Trapping Rain Water Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is abl 阅读全文
posted @ 2019-02-23 23:22 mingL 阅读(144) 评论(0) 推荐(0)
摘要: 41. First Missing Positive Given an unsorted integer array, find the smallest missing positive integer. Example 1: Example 2: Example 3: 阅读全文
posted @ 2019-02-23 23:19 mingL 阅读(106) 评论(0) 推荐(0)