自定义博客皮肤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

leetcode Missing 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 297

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

leetcode26Remove Duplicates from Sorted Array Given 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 284

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

leetcode101 Symmetric 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 311

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

leetcode73Set Matrix Zeroes Given 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 314

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

leetcode74 Search 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 485

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

leetcode242 Valid 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 240

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

leetcode162Find Peak Element A 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 343

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

leetcode202 Happy 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 326

libcurl库 libcurl-7.19.3-win32-ssl-msvc

libcurl库 libcurl-7.19.3-win32-ssl-msvc

2016-06-23

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

TA关注的人

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