problem:
Given preorder and inorder traversal of a tree, construct the binary tree.
Note:
You may assume that duplicates do not exist in the tree.
Hide Tags
Tree Array Depth-first
...
分类:
其他好文 时间:
2015-04-22 11:49:15
阅读次数:
122
problem:
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.
Hide Tags
Tr...
分类:
其他好文 时间:
2015-04-21 11:20:10
阅读次数:
108
在开发工作中遇到了一个对我来说非常难得问题,搞了两天呀,都虚脱了,终于骗到大神给的demo做了出来效果是这样首先后台的同事传一个字符串。。拒绝传数组,那么我们就要学会分割!NSString *tagStr = [dictionary valueForKey:@"tags"];NSArray *sta...
分类:
移动开发 时间:
2015-04-20 20:53:50
阅读次数:
214
demo1 fillText strokeText绘制文字 fillText strokeText demo2字体 大小 粗细 字体 大小 粗细 demo3 文字对齐 textAlign textBaseline感觉没啥好说的http://www.w3school.com.cn/tags/...
分类:
其他好文 时间:
2015-04-20 16:21:25
阅读次数:
120
RAONE - Ra-One Numbers
no tags
In the War between good and evil . Ra-One is on the evil side and G-One on the good side.
Ra-One is fond of destroying cities and its G-one's duty to prote...
分类:
其他好文 时间:
2015-04-19 10:14:09
阅读次数:
166
在tp框架下的Library/Think 下有一个Hook类,这个是用来以插件形式来实例化类并且执行方法的static private $tags = array();这里有一个静态私有的成员,这里是所谓的钩子函数数组,里面的具体内容是一个数组数组格式:array('方法名'=>array(类名,类...
分类:
Web程序 时间:
2015-04-17 15:11:38
阅读次数:
183
Subversion有一个很标准的目录结构,是这样的。比如项目是proj,svn地址为svn://proj/,那么标准的svn布局是svn://proj/|+-trunk+-branches+-tags这是一个标准的布局,trunk为主开发目录,branches为分支开发目录,tags为tag存档目...
分类:
其他好文 时间:
2015-04-16 19:35:25
阅读次数:
114
服务端:var json = "{\"title\": \"Recent Uploads tagged mountrainier\",\"link\": \"http://www.flickr.com/photos/tags/mountrainier/\",\"items\": [{\"title\...
分类:
Web程序 时间:
2015-04-15 16:19:11
阅读次数:
128
problem:
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.
Hide Tags
Array Hash
Table Stack Dynamic
Programmin...
分类:
其他好文 时间:
2015-04-14 16:40:04
阅读次数:
110
HTML速查列表HTML 速查列表. 你可以可以打印它,以备日常使用。HTML 基本文档文档标题可见文本...基本标签(Basic Tags)最大的标题 . . . . . . . . . . . . 最小的标题这是一个段落。 (换行) (水平线)文本格式化(Formatting)粗体文本计算...
分类:
Web程序 时间:
2015-04-13 14:24:04
阅读次数:
132