自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

u013383813的博客

goodgoodstudy daydayup

  • 博客(8)
  • 问答 (1)
  • 收藏
  • 关注

原创 [LeetCode] 461. Hamming Distance

题:https://leetcode.com/problems/hamming-distance/description/ 题目 The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Given two intege...

2018-08-30 10:26:26 88

原创 [LeetCode] 448. Find All Numbers Disappeared in an Array

题:https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/description/ 题目 Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others ap...

2018-08-29 22:08:12 83

原创 [LeetCode] 438. Find All Anagrams in a String

题:https://leetcode.com/problems/find-all-anagrams-in-a-string/description/ 题目 Given a string s and a non-empty string p, find all the start indices of p’s anagrams in s. Strings consists of lower...

2018-08-29 10:58:36 77

原创 [LeetCode] 394. Decode String

题:https://leetcode.com/problems/queue-reconstruction-by-height/description/ 题目 Suppose you have a random list of people standing in a queue. Each person is described by a pair of integers (h, k), ...

2018-08-25 11:35:34 89

原创 [LeetCode] 338. Counting Bits

题:https://leetcode.com/problems/counting-bits/description/ 题目 Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1’s in their binary repr...

2018-08-21 21:38:51 102

原创 [LeetCode] 240. Search a 2D Matrix II

题:https://leetcode.com/problems/search-a-2d-matrix-ii/description/ 题目 Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers i...

2018-08-07 21:20:04 83

原创 [LeetCode] 239. Sliding Window Maximum

题:https://leetcode.com/problems/sliding-window-maximum/description/ 题目 Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. Y...

2018-08-06 16:22:11 90

原创 [LeetCode] 238. Product of Array Except Self

题:https://leetcode.com/problems/product-of-array-except-self/description/ 题目 Given an array nums of n integers where n > 1, return an array output such that output[i] is equal to the product o...

2018-08-01 11:18:14 71

空空如也

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

TA关注的人

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