Given a singly linked list, determine if it is a palindrome. Example 1: Example 2: Follow up:Could you do it in O(n) time and O(1) space?判断单链表是不是回文串,首 ...
分类:
其他好文 时间:
2018-10-29 00:33:49
阅读次数:
159
English:listening、speaking、reading、writing、translation 1. Do not, for one repulse, give up the purpose that you resolved to effect. 2. The most beauti ...
分类:
其他好文 时间:
2018-10-28 23:28:40
阅读次数:
384
技巧大全:https://www.zhihu.com/question/24896283 快速选中下一个: Ctrl + D 快速选中全部行: Ctrl + A | Ctrl + Shift + L 快速移上移下代码行: Ctrl + Shift + UP / Ctrl + Shift + Down ...
分类:
其他好文 时间:
2018-10-28 19:29:59
阅读次数:
156
原文: "如何实现一个LazyMan" 面试题目 实现一个LazyMan,可以按照以下方式调用: ,输出: Hi, This is Hank! ,输出: Hi, This is Hank! // 等待5秒 Weak up after 10 Eat dinner ~ ,输出 Hi, this is H ...
分类:
其他好文 时间:
2018-10-28 18:01:58
阅读次数:
146
最近看了一篇关于NGS(下一代测序)、ASAM的论文。名字为《AMAS: Optimizing the Partition and Filtration of Adaptive Seeds to Speed up Read Mapping》。这篇论文介绍了一种可以提高映射速度的测序技术——AMAS。 ...
分类:
其他好文 时间:
2018-10-28 14:09:04
阅读次数:
195
In the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of several consecutive metallic ...
分类:
其他好文 时间:
2018-10-27 17:10:26
阅读次数:
231
keycode值实际含义 48到57 0到9 65到90 a到z(A到Z) 112到135 F1到F24 8 BackSpace(退格) 9 Tab 13 Enter(回车) 20 Caps_Lock(大写锁定) 32 Space(空格键) 37 Left(左箭头) 38 Up(上箭头) 39 Ri... ...
分类:
其他好文 时间:
2018-10-27 16:08:32
阅读次数:
118
Reverse a singly linked list. Example: Follow up: A linked list can be reversed either iteratively or recursively. Could you implement both?反转链表。有两种方法 ...
分类:
其他好文 时间:
2018-10-27 14:45:24
阅读次数:
93
class Solution: def getmaxValue(self, values, rows, cols): if not values or rows 0: up = temp[j] if j > 0: left = temp[j-1] ... ...
分类:
编程语言 时间:
2018-10-26 17:55:22
阅读次数:
178
apt Install the GPG key: Ensure apt is set up to work with https sources: Select the channel to use: Update apt sources and install Sublime Text ...
分类:
系统相关 时间:
2018-10-26 16:31:48
阅读次数:
198