Given a binary tree, you need to compute the length of the diameter of the tree. The diameter of a binary tree is the length of the longest path betwe ...
分类:
其他好文 时间:
2018-10-15 11:47:32
阅读次数:
134
原题链接在这里:https://leetcode.com/problems/kth-largest-element-in-a-stream/description/ 题目: Design a class to find the kth largest element in a stream. Not ...
分类:
其他好文 时间:
2018-10-14 11:39:49
阅读次数:
176
传送门: "无间道之并查集" 分析 并查集的分析可以看上面的传送门,写的挺好的了。 其实在我看来并查集就是一种方便的维护集合的一种技巧,提出了代表元素这一概念。 My AC Code ...
分类:
其他好文 时间:
2018-10-13 20:25:26
阅读次数:
139
A successful Git branching model In this post I present the development model that I’ve introduced for some of my projects (both at work and private) ...
分类:
其他好文 时间:
2018-10-12 16:13:43
阅读次数:
170
什么是工作量证明:1、工作的结果作为数据加入区块链成为一个区块2、完成这个工作的人会获得奖励(这也就是通过挖矿获得比特币)3、整个“努力工作并进行证明”的机制,就叫工作量证明 为什么采用哈希算法:1、不可逆:无法从一个哈希值恢复原始数据,哈希并不是加密2、唯一性:对于特定的数据,只能有一个哈希值,并 ...
分类:
编程语言 时间:
2018-10-12 13:56:50
阅读次数:
221
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two one's ...
分类:
其他好文 时间:
2018-10-11 15:13:35
阅读次数:
134
This is something that strangely doesn’t seem to be that well documented and took me a while to figure out though in the end it’s pretty simple. All t ...
分类:
移动开发 时间:
2018-10-09 17:04:33
阅读次数:
261
Appium Log 清晰记录了所有的请求和结果 log [Appium] Welcome to Appium v1.8.1 [Appium] Appium REST http interface listener started on 0.0.0.0:4723 启动appium //启动appiu ...
分类:
移动开发 时间:
2018-10-06 16:45:48
阅读次数:
1109
列表:list 如:[11,22,33],["hzw","cp"] 每个列表都拥有下列的功能: ...
分类:
编程语言 时间:
2018-10-05 17:15:26
阅读次数:
153
TheNETLOGONshareisnotpresentafteryouinstallActiveDirectoryDomainServicesonanewfullorread-onlyWindowsServer2008-baseddomaincontrollerImportantThisarticlecontainsinformationabouthowtomodifytheregistry.M
分类:
Web程序 时间:
2018-10-04 11:25:29
阅读次数:
159