自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

码厦(微信号)

代码就是思想的武器

  • 博客(13)
  • 资源 (2)
  • 收藏
  • 关注

原创 leetcode刷题系列C++-single number II

Given an array of integers, every element appears three times except for one. Find that single one.Note:Your algorithm should have a linear runtime complexity. Could you implement it without usi

2016-02-22 17:29:13 521

原创 leetcode刷题系列C++-single number I

Given an array of integers, every element appears twice except for one. Find that single one.Note:Your algorithm should have a linear runtime complexity. Could you implement it without using ext

2016-02-22 16:42:40 451

原创 leetcode刷题系列C++-candy

There are N children standing in a line. Each child is assigned a rating value.You are giving candies to these children subjected to the following requirements:Each child must have at least on

2016-02-22 16:23:27 976

原创 leetcode刷题系列C++-Gas Station

There are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an unlimited gas tank and it costs cost[i] of gas to travel from station i to

2016-02-22 15:30:00 503

原创 leetcode刷题系列C++-rotate image

You are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?Subscribe to see which companies asked this que

2016-02-22 11:18:26 533

原创 leetcode刷题系列C++-valid sudoku

Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with the character '.'.A partially fille

2016-02-21 18:05:41 394

原创 leetcode刷题系列C++-next permutation

Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.If such arrangement is not possible, it must rearrange it as the lowest possible

2016-02-19 18:00:58 258

原创 leetcode刷题系列C++-remove element

Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't matter what you leave beyond the new length.

2016-02-19 16:57:56 242

原创 leetcode刷题系列C++-3sum

Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.Note:Elements in a triplet (a,b,c

2016-02-19 16:25:33 379

原创 leetcode刷题系列C++-4sum

Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array which gives the sum of target.Note:Element

2016-02-19 15:43:56 256

原创 leetcode刷题系列C++-3Sum Closest

Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. You may assume that each input would have exact

2016-02-19 15:17:43 363

原创 leetcode刷题系列C++-Longest Consecutive Sequence

Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example,Given [100, 4, 200, 1, 3, 2],The longest consecutive elements sequence is [1, 2, 3

2016-02-17 14:12:16 667

原创 leetcode刷题系列C++-Search in Rotated Sorted Array II

There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be O(log (m+n)).Subscribe to see whic

2016-02-01 14:54:13 285

微服务架构与实践 全部章节 王磊著作

微服务架构与实践 全部章节 王磊著作

2016-11-22

web.py-0.33

最新的web.py的服务器工具,直接下载解压,进入web.py目录以后运行命令python setup.py install,既可以配置好了web.py的服务

2014-06-16

空空如也

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

TA关注的人

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