自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 问答 (1)
  • 收藏
  • 关注

原创 LeetCode刷题day044 (Jieky)

**LeetCode第10题 Regular Expression Matching **/*Given an input string (s) and a pattern (p), implement regular expression matching with support for '.' and '*''.' Matches any single character.'*' Matches zero or more of the preceding element.The matc

2021-04-25 23:26:45 162

原创 LeetCode刷题day043 (Jieky)

LeetCode第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 string.Note: You must not use any built-in BigInteger library or convert the inputs to integ

2021-04-24 20:13:15 87

原创 LeetCode刷题day042 (Jieky)

LeetCode第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 able to trap after raining.The above elevation map is represented by array [0,1,0,2,1,0,1,3,2,1

2021-04-22 23:27:20 116

原创 LeetCode刷题day041 (Jieky)

LeetCode第41题 First Missing Positive/*Given an unsorted integer array, find the smallest missing positive integer.Example 1:Input: [1,2,0] Output: 3 Example 2:Input: [3,4,-1,1] Output: 2 Example 3:Input: [7,8,9,11,12] Output: 1 Note:Y

2021-04-12 11:30:23 112

原创 LeetCode刷题day040 (Jieky)

LeetCode第39题 Combination Sum II/*Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate numbers sums to target.Each number in candidates may only be used once in

2021-04-12 10:04:15 108

原创 LeetCode刷题day039 (Jieky)

LeetCode第39题 Combination Sum/*Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where the candidate numbers sums to target.The same repeated number may be chosen

2021-04-09 21:32:47 128

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除