自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 再从萌新开始-Leetcode每日题解-315. Count of Smaller Numbers After Self

315. Count of Smaller Numbers After Self(hard)You are given an integer array nums and you have to return a new counts array. The counts array has the property where counts[i] is the number o

2018-01-22 14:26:10 215

原创 再从萌新开始-Leetcode每日题解-287. Find the Duplicate Number

287. Find the Duplicate Number(Medium)Given an array nums containing n + 1 integers where each integer is between 1 and n (inclusive), prove that at least one duplicate number must exist. Assume

2018-01-20 15:53:20 230

原创 再从萌新开始-Leetcode每日题解-740. Delete and Earn

740. Delete and EarnGiven an array nums of integers, you can perform operations on the array.In each operation, you pick any nums[i] and delete it to earn nums[i] points. After, you must

2018-01-12 10:34:34 303 1

原创 再从萌新开始-Leetcode每日题解-345. Reverse Vowels of a String

345. Reverse Vowels of a String(Easy)Write a function that takes a string as input and reverse only the vowels of a string.Example 1:Given s = "hello", return "holle".Example 2:Giv

2018-01-11 11:09:43 176

原创 再从萌新开始-Leetcode每日题解-667. Beautiful Arrangement II

667. Beautiful Arrangement II(Medium)Given two integers n and k, you need to construct a list which contains n different positive integers ranging from 1 to n and obeys the following requi

2018-01-10 10:16:31 171

原创 再从萌新开始-Leetcode每日题解-153. Find Minimum in Rotated Sorted Array

153. Find Minimum in Rotated Sorted Array(Medium)Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0

2018-01-09 10:49:07 154

原创 再从萌新开始-Leetcode每日题解-445. Add Two Numbers II

445. Add Two Numbers II(Medium)You are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their nodes contain a single

2018-01-08 13:34:12 218

原创 再从萌新开始-Leetcode每日题解-160. Intersection of Two Linked Lists

160. Intersection of Two Linked Lists(easy)Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists:A:

2018-01-07 10:37:59 133

原创 再从萌新开始-Leetcode每日题解-447. Number of Boomerangs

447. Number of Boomerangs(easy)Example:Given n points in the plane that are all pairwise distinct, a "boomerang" is a tuple of points (i, j, k) such that the distance between iand j equa

2018-01-06 18:46:20 240

空空如也

空空如也

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

TA关注的人

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