自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 Leetcode Distinct Subsequences

题目要求:

2014-08-19 14:31:32 550

原创 LeetCode Flatten Binary Tree to Linked List

Given a binary tree, flatten it to a linked list in-place. For example, Given 1 / \ 2 5 / \ \ 3 4 6 The flattened tree should look like: 1

2014-08-11 22:02:59 646

原创 Leetcode Trapping Rain Water

Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. For example,  Given [0,1,0,2,1,0,1,3,2,1,2,1]

2014-08-10 16:12:04 417

原创 Leetcode(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? Write a function to determine if a given target is in the

2014-08-09 21:36:39 457

原创 Leetcode (Generate Parentheses )

Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. For example, given n = 3, a solution set is: "((()))", "(()())", "(())()", "()(())", "()()

2014-08-09 17:18:50 446

原创 Leetcode(Sort Colors )

Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers

2014-08-09 16:44:37 556

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

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

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关注的人

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