自定义博客皮肤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)
  • 资源 (7)
  • 收藏
  • 关注

原创 LeetCode 74 Subsets

Given a set of distinct integers, S, return all possible subsets.Note:

2014-09-23 21:14:18 673

原创 LeetCode 73 Word Search

Given a 2D board and a word, find if the word exists in the grid.

2014-09-23 21:01:42 704

原创 LeetCode 72 Remove Duplicates from Sorted Array II

Follow up for "Remove Duplicates":What if duplicates are allowed at most twice?

2014-09-09 20:03:27 643

原创 LeetCode 71 Search in Rotated Sorted Array II

Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed?Would this affect the run-time complexity? How and why?

2014-09-09 19:52:22 527

原创 LeetCode 70 Remove Duplicates from Sorted List

Given a sorted linked list, delete all duplicates such that each element appear only once.For example,

2014-09-07 16:07:14 635

原创 LeetCode 69 Remove Duplicates from Sorted List II

Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.For example,

2014-09-07 16:03:39 746

原创 LeetCode 67 Maximal Rectangle

Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.分析:zh

2014-09-03 22:02:56 624

原创 LeetCode 68 Largest Rectangle in Histogram

Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histogram.

2014-09-03 21:54:05 869

原创 LeetCode 66 Partition List

Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x.

2014-09-02 13:13:02 719

原创 LeetCode 65 Scramble String

Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation of s1 = "great":

2014-09-02 12:39:03 841

原创 LeetCode 64 Merge Sorted Array

Given two sorted integer arrays A and B, merge B into A as one sorted array.Note:

2014-09-01 11:55:51 686

原创 LeetCode 63 Gray Code

The gray code is a binary numeral system where two successive values differ in only one bit.

2014-09-01 11:04:46 1073

原创 LeetCode 62 Decode Ways

A message containing letters from A-Z is being encoded to numbers using the following mapping:

2014-09-01 10:19:10 701

Java核心技术第8版 卷I 基础知识part2 中文版 有目录可标记

Java核心技术卷I 基础知识,中文版 原来文件太大,所以分2卷,这是第2卷; 里面是pdf文档,本来是扫描版,我对它做了ORC,并添加了目录,看起来应该挺方便,可能有我看的时候加的高亮,如果不喜欢可以自己看的时候删掉

2013-01-08

Java核心技术第8版 卷I 基础知识part1 中文版 有目录可标记

Java核心技术卷I 基础知识,中文版 原来文件太大,所以分2卷,这是第1卷; 里面是pdf文档,本来是扫描版,我对它做了ORC,并添加了目录,看起来应该挺方便,可能有我看的时候加的高亮,如果不喜欢可以自己看的时候删掉

2013-01-08

Java核心技术第8版 卷II 高级特性part3 中文版 有目录可标记

Java核心技术卷II 高级特性,中文版 原来文件太大,所以分3卷,这是第3卷; 里面是pdf文档,本来是扫描版,我对它做了ORC,并添加了目录,看起来应该挺方便,可能有我看的时候加的高亮,如果不喜欢可以自己看的时候删掉

2013-01-08

Java核心技术第8版 卷II 高级特性part2 中文版 有目录可标记

Java核心技术卷II 高级特性,中文版 原来文件太大,所以分3卷,这是第2卷; 里面是pdf文档,本来是扫描版,我对它做了ORC,并添加了目录,看起来应该挺方便,可能有我看的时候加的高亮,如果不喜欢可以自己看的时候删掉

2013-01-08

Java核心技术第8版 卷II 高级特性part1 中文版 有目录可标记

Java核心技术卷II 高级特性,中文版 原来文件太大,所以分3卷,这是第1卷; 里面是pdf文档,本来是扫描版,我对它做了ORC,并添加了目录,看起来应该挺方便,可能有我看的时候加的高亮,如果不喜欢可以自己看的时候删掉

2013-01-08

Java编程思想第四版中文有目录

Java编程思想,中文第四版,非扫描版,Java学习必备书籍之一

2013-01-08

C++程序间消息模式通信(VS2010工程文件)

是纯C++的Windows进程通信的发送程序,基于消息模式通信,因此可以发送给任意一个窗口,只要指定窗口名字即可。 接受程序可以根据发送程序写,一看就明白了。 非MFC,方便直接加到其他代码中。 里面是VS2010的整个工程文件,直接编译运行

2012-11-22

空空如也

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

TA关注的人

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