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, Return6. ...
分类:
其他好文 时间:
2017-06-10 22:29:13
阅读次数:
153
Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree. For exmple:Given the below binary tree, Return6. 翻 ...
分类:
其他好文 时间:
2017-06-10 12:38:33
阅读次数:
119
Say you have an array for which the i th element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may compl ...
分类:
其他好文 时间:
2017-06-10 12:16:39
阅读次数:
149
https://leetcode.com/problems/third-maximum-number/#/description ...
分类:
其他好文 时间:
2017-06-09 13:20:36
阅读次数:
208
题目: 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 farthe ...
分类:
编程语言 时间:
2017-06-08 19:44:11
阅读次数:
110
https://leetcode.com/problems/maximum-product-of-word-lengths/#/description ...
分类:
其他好文 时间:
2017-06-08 11:00:29
阅读次数:
124
今天实现9宫格菜单。先上效果图: 就是这个效果咯,界面不太美观,底部导航栏是为了苹果用户没有返回按键设计的,只是为了方便演示而已,没有做过多的处理。首先先说一下这个底部导航栏如何实现,这个底部导航栏小编我写在了主页面index.html中,下面附上代码: 1 <!-- 底部nav开始 --> 2 < ...
分类:
其他好文 时间:
2017-06-07 22:29:49
阅读次数:
579
Problem Description The repetition number of a string is defined as the maximum number R such that the string can be partitioned into R same consecuti ...
分类:
其他好文 时间:
2017-06-07 20:55:26
阅读次数:
205
https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Mock%20Interviews/Large%20E-Commerce%20Company/E-Comm ...
分类:
其他好文 时间:
2017-06-07 18:40:58
阅读次数:
207
SQL> select count(*) from v$session; COUNT(*) 98 SQL> select count(*) from v$process; COUNT(*) 99 more odsprod.log 目前系统正常 检查结果如下: 系统的进程树最大150. 当前系统连接数 ...
分类:
其他好文 时间:
2017-06-07 10:12:34
阅读次数:
185