自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

三分地

单纯明快。

  • 博客(8)
  • 资源 (20)
  • 收藏
  • 关注

原创 LeetCode——Binary Tree Maximum Path Sum

Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the below binary tree, 1 / \ 2 3Return 6.

2014-09-15 12:21:00 1921

原创 LeetCode——Construct Binary Tree from Inorder and Postorder Traversal

Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.原题链接:https://oj.leetcode.com/problems/construct-bi

2014-09-14 11:26:29 2035

原创 LeetCode——Construct Binary Tree from Preorder and Inorder Traversal

Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.原题链接:https://oj.leetcode.com/problems/construct-binary-

2014-09-14 11:07:49 2166

原创 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-09-13 20:24:06 2107

原创 LeetCode——Unique Binary Search Trees II

Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.For example,Given n = 3, your program should return all 5 unique BST's shown below. 1 3

2014-09-09 12:26:46 1987

原创 LeetCode——Rotate Image

You are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?原题链接:https://oj.leetcode.com/problems/rotate-image/

2014-09-06 11:44:08 1955

原创 LeetCode——Divide Two Integers

Divide two integers without using multiplication, division and mod operator.原题链接:https://oj.leetcode.com/problems/divide-two-integers/题目:两数相除,不使用乘法、除法和模运算。思路:只能使用减法了,还有位运算可以当成乘除法来用。开始做的时候用

2014-09-03 12:40:11 2261

原创 LeetCode——Permutations II

Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2] have the following unique permutations:[1,1,2], [1,2,1], and [2,1,1].

2014-09-01 13:05:13 1917

实时分析-分析和可视化流数据的技术

Real-Time Analytics: Techniques to Analyze and Visualize Streaming Data 实时分析-分析和可视化流数据的技术.pdf 包括Storm、samza、kafaka、flume等技术.

2015-02-09

Spark开发指南

Spark开发指南.pdf 本书参考Spark官方文档和源码,通过本书你将精通Spark的安装、配置、开发、监控和调优。

2015-02-06

spark apache日志分析、流数据处理教程

Databricks Spark Reference Applications spar日志分析、流数据处理 java8代码

2015-02-06

Spark大数据处理:技术、应用与性能优化(全)

Spark大数据处理:技术、应用与性能优化(全).mobi 可在kindle和PC上看.

2015-02-02

Functional Design Patterns

Functional Design Patterns.pdf 函数式编程模式

2015-02-01

wireshark中文手册.pdf

wireshark中文手册.pdf

2015-02-01

Python数据可视化手册.pdf

Python Data Visualization Cookbook.pdf

2015-01-18

Scala编程.pdf

Scala编程.pdf

2015-01-18

SQL语言艺术.pdf

SQL语言艺术.pdf

2015-01-18

高级MySQL性能优化

UC2005-Advanced-MySQL-Performance-Optimization 高级MySQL性能优化.pdf

2015-01-18

互联网精准广告定向技术-by牛国柱-20130707

互联网精准广告定向技术-by牛国柱-20130707

2015-01-18

数据仓库工具箱:维度建模的完全指南·第二版.pdf

数据仓库工具箱:维度建模的完全指南·第二版.pdf

2015-01-18

Cassandra权威指南【中文版】.pdf

Cassandra权威指南【中文版】-1 (1).pdf

2014-12-07

快学Scala》完整版书籍.pdf

快学Scala》完整版书籍.pdf

2014-11-26

利用python进行数据分析(Python For Data Analysis.pdf)

利用Python进行数据分析,文字清晰完整,有目录,python数据分析必读。

2014-11-26

自然语言处理语料

语料。对应博客的语料资源。欢迎下载分析。http://blog.csdn.net/laozhaokun/article/details/32333667

2014-06-20

水木清华社区招聘信息定时抓取,部署于新浪云

水木清华社区招聘信息抓取并存入数据库,每一小时自动更新一次。 水木的招聘信息更新频繁,但是访问速度实在是很慢,于是就想不如把数据抓下来。 后面可能添加别的招聘网站的数据。 使用了Jsoup抓取和解析页面数据,MySQL存储数据。 可以部署在SAE上面,具体可移步至:huntinfo.sinaapp.com

2014-06-02

空空如也

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

TA关注的人

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