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

原创 LeetCode Search for a Range

题目要求:Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the order of O(log n).If the target is

2014-05-14 03:43:41 459

原创 LeetCode First Missing Positive

题目要求:Given an unsorted integer array, find the first missing positive integer.For example,Given [1,2,0] return 3,and [3,4,-1,1] return 2.Your algorithm should run in O(n) time and us

2014-05-13 23:02:49 512

原创 LeetCode Best Time to Buy and Sell Stock III

题目要求:Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may complete at most two transactions.Note

2014-05-13 04:43:58 693

原创 LeetCode 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.daima

2014-05-13 02:14:37 840

原创 LeetCode(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

2014-05-12 23:40:58 649

数值分析典型题解析及自测题

本书是关于数值分析方法的一些习题,大家可以自测一下

2013-07-08

数值计算方法

这本书是关于数值计算方面比较好的资料。内容全面, 讲解透彻。值得学习

2013-07-08

latex 模板

一个自己一直在用的latex模板, 包括插入图片,插入表格,数学公式。但是不支持中文。

2013-04-27

c++编程规范

这是一本c++编程规范的书籍,包含一些在进行c++开发的时候应该注意的细节, 不管是变成新手还是变成老手都会受益匪浅

2013-02-27

高质量程序设计指南(第三版)

这是一本关于c++方面的编程指南, 不管对于c++新手还是老手,阅读次数都会受益匪浅。

2013-02-24

计算理论基础 课后答案

计算理论基础 课后习题的答案 (第二版)

2013-01-14

体系结构量化研究方法第四版课后答案

体系结构量化研究方法第四版课后答案 英文原版的答案

2013-01-10

空空如也

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

TA关注的人

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