自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (2)
  • 收藏
  • 关注

原创 leetcode 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

2014-07-28 19:38:50 580

原创 leetcode Length of Last Word (*)

Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string.If the last word does not exist, return 0.Note: A word is

2014-07-28 18:52:30 511

原创 leetcode 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

2014-07-26 20:45:17 505

原创 leetcode Insertion Sort List(*)

Sort a linked list using insertion sort.      插入排序,仿照数组的插入排序,

2014-07-26 20:25:41 499

原创 leetcode Sort List(**)

Sort a linked list in O(n log n) time using constant space complexity.

2014-07-26 19:59:16 466

原创 leetcode 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 2 / \ / \3 4 4 3But the f

2014-07-24 19:54:10 512

原创 leetcode Count and Say(*)

The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1 is read off as "one 1" or 11.11 is read off as "two 1s" or 21.21 is read off as 

2014-07-24 19:10:18 468

原创 leetcode Max Points on a Line(*)

Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.     求

2014-07-24 18:55:34 478

原创 leetcode Evaluate Reverse Polish Notation(*)

Evaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, *, /. Each operand may be an integer or another expression.Some examples:  ["2", "1", "+", "3"

2014-07-15 21:27:11 423

DirectShow

配置DirectShow所需包,配置方法见博客。

2012-04-14

iis6.0完整安装包(XP)

iis6.0完整安装包,适用于所有xp类的系统。本人亲自测试过,可以用

2012-03-17

空空如也

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

TA关注的人

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