自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 190. Reverse Bits

1 题目Reverse bits of a given 32 bits unsigned integer.For example, given input 43261596 (represented in binary as 00000010100101000001111010011100), return 964176192 (represented in binary as

2017-02-23 17:26:57 290

原创 102. Binary Tree Level Order Traversal

1 题目Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level).For example:Given binary tree [3,9,20,null,null,15,7], 3

2017-02-23 16:15:54 248

原创 111. Minimum Depth of Binary Tree

1 题目Given a binary tree, find its minimum depth.The minimum depth is the number of nodes along the shortest path from the root node down to the nearest leaf node.2代码/** * Defi

2017-02-23 16:07:46 249

原创 104. Maximum Depth of Binary Tree

1 题目Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.2 代码/** * Def

2017-02-23 15:45:48 289

原创 110. Balanced Binary Tree

1 题目Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node n

2017-02-23 09:41:17 286

原创 108. Convert Sorted Array to Binary Search Tree

1 题目Given an array where elements are sorted in ascending order, convert it to a height balanced BST.2 代码/** * Definition for a binary tree node. * public class TreeNode { * int val;

2017-02-22 21:39:17 231

原创 107. Binary Tree Level Order Traversal II

1 题目Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root).For example:Given binary tree [3,9,20,n

2017-02-22 20:55:31 236

OmniGraffle常用模板.zip

OmniGraffle 的一些模板,常用地图、科学、空间计划、软件、网络下载、Basic、Colors、Diagrams、Home、UX and UI

2019-06-25

推荐系统实践.pdf (项亮编著)

推荐系统实践.pdf (项亮编著)

2017-01-08

hadoop2.7.1对应的hadoop.dll,winutils.exe等。亲测,可用!

hadoop2.7.1对应的hadoop.dll,winutils.exe等。亲测,可用! 针对问题: hadoop2.7.1运行Wordcount错误 at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012) Exception in thread "main" java.lang.UnsatisfiedLinkError 解决办法: 1:将文件解压到hadoop的bin目录下 2:将hadoop.dll复制到C:\Window\System32下 3:添加环境变量HADOOP_HOME,指向hadoop目录 4:将%HADOOP_HOME%\bin加入到path里面 5:重启myeclipse或者eclipse

2015-10-28

hadoop2.7.1对应的hadoop.dll,亲测,可用

hadoop2.7.1对应的hadoop.dll,winutils.exe等。亲测,可用! 针对问题: hadoop2.7.1运行Wordcount错误 at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012) Exception in thread "main" java.lang.UnsatisfiedLinkError 解决办法: 1:将文件解压到hadoop的bin目录下 2:将hadoop.dll复制到C:\Window\System32下 3:添加环境变量HADOOP_HOME,指向hadoop目录 4:将%HADOOP_HOME%\bin加入到path里面

2015-10-28

数值分析课件02

对于数学建模有很大的帮助,可以容易理解各种算法思想。

2013-08-17

空空如也

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

TA关注的人

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