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

抠着鼻屎,敲着代码。

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

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

leetcode120TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the following triangle[

2016-05-15 22:03:49 308

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

leetcode329,Longest Increasing Path in a Matrix Given an integer matrix, find the length of the longest increasing path.From each cell, you can either move to four directions: left,

2016-05-15 21:55:38 437

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

leetcode345Reverse Vowels of a String 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

2016-05-10 22:05:07 483

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

leetcode347Top K Frequent ElementsGiven a non-empty array of integers, return the k most frequent elements.For example,Given [1,1,1,2,2,3] and k = 2, return [1,2].Note: You may a

2016-05-09 23:18:52 338

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

leetcode343Integer BreakGiven a positive integer n, break it into the sum of at least two positive integers and maximize the product of those integers. Return the maximum product you can get.

2016-05-08 21:03:16 544

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

leetcode301Remove Invalid ParenthesesRemove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results.Note: The input string may contain

2016-05-02 20:23:00 618

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

leetcode344Reverse String  Write a function that takes a string as input and returns the string reversed.Example:Given s = "hello", return "olleh".Subscribe to see which co

2016-05-02 00:44:49 396

libcurl库 libcurl-7.19.3-win32-ssl-msvc

libcurl库 libcurl-7.19.3-win32-ssl-msvc

2016-06-23

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

TA关注的人

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