In a 2 dimensional array grid, each value grid[i][j] represents the height of a building located there. We are allowed to increase the height of any n ...
分类:
其他好文 时间:
2018-09-25 17:26:17
阅读次数:
174
On a N * N grid, we place some 1 * 1 * 1 cubes that are axis-aligned with the x, y, and z axes. Each value v = grid[i][j] represents a tower of v cube ...
分类:
编程语言 时间:
2018-09-24 13:39:58
阅读次数:
167
A literal type is a type that represents exactly one value, e.g. one specific string or number. You can combine literal types with union types to mode ...
分类:
其他好文 时间:
2018-09-19 19:45:13
阅读次数:
156
[抄题]: You need to construct a binary tree from a string consisting of parenthesis and integers. The whole input represents a binary tree. It contains ...
分类:
其他好文 时间:
2018-09-09 11:47:59
阅读次数:
237
Container With Most Water https://www.youtube.com/watch?v=IONgE6QZgGI Given n non-negative integers a1, a2, ..., an , where each represents a point at... ...
分类:
其他好文 时间:
2018-08-28 22:03:35
阅读次数:
169
https://docs.microsoft.com/en-us/javascript/api/excel/excel.application?view=office-js Represents the Excel application that manages the workbook. [ A ...
分类:
移动开发 时间:
2018-08-25 18:58:10
阅读次数:
258
LeetCode第十一题 Given n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that ...
分类:
编程语言 时间:
2018-08-24 23:36:11
阅读次数:
245
In a row of seats, 1 represents a person sitting in that seat, and 0 represents that the seat is empty. There is at least one empty seat, and at least ...
分类:
其他好文 时间:
2018-08-19 10:52:25
阅读次数:
147
# 比特币 解锁脚本signature script 包含了那些东西?使用 UTXO 需要私钥签名,私钥到底都签了什么东西呢?一直比较好奇.比特币的私钥签名总共有五中类型,具体见 btcd 代码,如下:```go// SigHashType represents hash type bits at ... ...
分类:
其他好文 时间:
2018-08-18 16:29:39
阅读次数:
248
"来源poj1442" Our Black Box represents a primitive database. It can save an integer array and has a special i variable. At the initial moment Black Box ...
分类:
其他好文 时间:
2018-08-18 13:24:24
阅读次数:
197