自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 【Leetcode】Russian Doll Envelopes

Russian Doll EnvelopesYou have a number of envelopes with widths and heights given as a pair of integers (w, h). One envelope can fit into another if and only if both the width and height of one envelo

2017-03-14 13:58:52 304

原创 【Leetcode】Max Sum of Rectangle No Larger Than K

Max Sum of Rectangle No Larger Than KGiven a non-empty 2D matrix matrix and an integer k, find the max sum of a rectangle in the matrix such that its sum is no larger than k.Example:Given matrix = [

2017-03-14 13:57:30 521

原创 【Leetcode】Longest Increasing Subsequence

Longest Increasing SubsequenceGiven an unsorted array of integers, find the length of longest increasing subsequence.For example,Given [10, 9, 2, 5, 3, 7, 101, 18]The longest increasing subsequence is

2017-03-14 13:56:15 570

原创 【LeetCode】43. Multiply Strings 大数相乘算法

【LeetCode】43. Multiply Strings 大数相乘算法题目要求:Given two numbers represented as strings, return multiplication of the numbers as a string. Note: The numbers can be arbitrarily large and are non-negative.

2016-04-04 10:30:47 2485

原创 【数据结构】顺序存储结构线性表C语言版

【定义】线性表的顺序存储结构是指用一段地址连续的存储单元()

2014-10-03 12:39:12 687

Android软件安全与逆向分析

Android软件安全与逆向分析

2016-04-04

[Android内核剖析].柯元旦.扫描版

[Android内核剖析].柯元旦.扫描版,完整版,欢迎下载

2016-04-04

【数据结构】顺序存储结构的线性表C语言源码

顺序存储结构的线性表C语言源码,线性表的顺序存储结构是指用一段地址连续的存储单元(就是数组)依次存储线性表的数据元素

2014-10-03

切蛋糕 c++版

一个矩形蛋糕,长宽都是正整数,要求用户输入蛋糕的长和宽,并且由用户决定切分成多少块,编写一个函数求怎样切割使得最大的那一块面积最小,并输出最大的那一块的面积。

2014-02-18

ACM动态规划从入门到精通

ACM动态规划从入门到精通,物超所值,欢迎下载

2014-01-31

空空如也

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

TA关注的人

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