自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

guicaisa的博客

抠着鼻屎,敲着代码。

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

原创 leetcode刷题,总结,记录,备忘 268

leetcodeMissing Number Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array.For example,Given nums = [0, 1, 3] ret

2015-08-30 21:04:25 292

原创 leetcode刷题,总结,记录,备忘26

leetcode26Remove Duplicates from Sorted ArrayGiven a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra spac

2015-08-17 20:48:31 281

原创 leetcode刷题,总结,记录,备忘 101

leetcode101Symmetric Tree Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ 2

2015-08-14 18:01:53 308

原创 leetcode刷题,总结,记录,备忘 73

leetcode73Set Matrix ZeroesGiven a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you use extra space?A st

2015-08-06 23:13:24 305

原创 leetcode刷题 总结 记录 备忘 74

leetcode74Search a 2D Matrix Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties:Integers in each row are sorted f

2015-08-05 19:08:32 467

原创 leetcode刷题,总结,记录,备忘 242

leetcode242Valid Anagram Given two strings s and t, write a function to determine if t is an anagram of s.For example,s = "anagram", t = "nagaram", return true.s = "rat", t = "ca

2015-08-03 21:44:50 237

原创 leetcode刷题。总结,记录,备忘162

leetcode162Find Peak ElementA peak element is an element that is greater than its neighbors.Given an input array where num[i] ≠ num[i+1], find a peak element and return its index.The a

2015-08-02 19:31:28 337

原创 leetcode刷题,总结,记录,备忘202

leetcode202Happy Number Write an algorithm to determine if a number is "happy".A happy number is a number defined by the following process: Starting with any positive integer, replac

2015-08-01 15:50:45 314

libcurl库 libcurl-7.19.3-win32-ssl-msvc

libcurl库 libcurl-7.19.3-win32-ssl-msvc

2016-06-23

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

TA关注的人

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