自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 LeetCode 220 Contains Duplicate III

题目Given an array of integers, find out whether there are two distinct indices i and j in the array such that the absolute difference between nums[i] and nums[j] is at most t and the absolute difference between i and j is at most k.Example1:Input: nums

2020-05-18 13:59:19 249

原创 LeetCode 41 First Missing Positive

题目Given an unsorted integer array, find the smallest missing positive integer.Example1:Input: [1,2,0]Output: 3Example2:Input: [3,4,-1,1]Output: 2Example3:Input: [7,8,9,11,12]Output: 1Note: Your algorithm should run in O(n) time and uses co

2020-05-18 11:45:02 207

原创 LeetCode189 Rotate Array

LeetCode189 Rotate Array最近重新开始刷题了! 因为之前写过的错题总是一错再错,想找个地方总结一下错题,方便之后回忆思路!题目Link: https://leetcode.com/problems/rotate-array/Given an array, rotate the array to the right by k steps, where k is non-negative.Example1:Input: nums = [1,2,3,4,5,6,7], k =

2020-05-18 01:27:09 179

空空如也

空空如也

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

TA关注的人

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