自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

New coder, Step further

winter is coming...

  • 博客(25)
  • 收藏
  • 关注

原创 2. Add Two Numbers

leetcode 原题,链表下非负数加法实现

2016-07-30 21:36:41 202

原创 258. Add Digits

leetcode找规律类型,非负整数各位数字求和

2016-07-30 15:30:05 225

原创 53. Maximum Subarray

最大和的子数组,leetcode, 动态规划,分治法,divide and conquer

2016-07-28 00:53:22 162

原创 45. Jump Game II

jump game II, leetcode, dp, 动态规划

2016-07-26 19:20:46 216

原创 55. Jump Game

jump game, 动态规划, leetcode

2016-07-26 16:29:17 213

原创 55. Jump Game

jump game, 动态规划, leetcode

2016-07-26 16:28:53 211

原创 229. Majority Element II

leetcode找众数,摩尔投票法,快速选择排序法

2016-07-24 19:02:17 233

原创 169. Majority Element

找出数组里重复次数超过一半数字。绝对众数。各类方法比较。摩尔投票法

2016-07-24 15:27:25 228

原创 219. Contains Duplicate II

leetcode,查找数组重复数字,讨论下标。

2016-07-23 17:54:02 166

原创 217. Contains Duplicate

leetcode检索数组重复数字

2016-07-23 17:39:24 156

原创 283. Move Zeroes

双指针基本操作

2016-07-22 17:55:27 182

原创 18. 4Sum

leetcode,4sum

2016-07-22 16:37:25 182

原创 16. 3Sum Closest

3 sum closest

2016-07-22 16:18:47 167

原创 15. 3Sum

leetcode,3sum

2016-07-22 15:29:11 253

原创 1. Two Sum

Given an array of integers, return indices of the two numbers such that they add up to a specific target.

2016-07-22 15:08:30 279

原创 289. Game of Life

game of life, 生命游戏,棋盘类矩阵类算法题

2016-07-18 00:23:10 262

原创 85. Maximal Rectangle

二维0,1矩阵找最大矩形面积。

2016-07-16 16:08:17 417

转载 memset函数用法

memset用法介绍

2016-07-14 22:12:06 1092

原创 variables and types(变量和数据类型)

variable and types, from c++ primer

2016-07-14 22:04:39 490

原创 225. Implement Stack using Queues

Implement a stack using queues.

2016-07-05 22:13:35 283

原创 232. Implement Queue using Stacks

Implement a queue using stacks.

2016-07-05 21:55:12 231

原创 287. Find the Duplicate Number

找数组重复数字,leetcode原题,常规算法和巧妙算法

2016-07-04 16:14:45 272

原创 142. linkedlist cycle

链表找环,以及环的入口的最经典做法。快慢指针法。

2016-07-03 11:23:52 257

原创 88. merge sorted array

合并两个排序完成的序列,很多算法里的基本操作;leetcode原题

2016-07-01 16:29:19 218

原创 215. Kth Largest Element in an Array

快排,partition单独使用,leetcode原题

2016-07-01 16:10:35 241

空空如也

空空如也

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

TA关注的人

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