"98. Sort List" / "148. Sort List" 本题难度: Medium Topic: Linked List Description Sort a linked list in O(n log n) time using constant space complexity. ...
分类:
其他好文 时间:
2019-02-14 20:57:25
阅读次数:
166
"97. Maximum Depth of Binary Tree" / "104. Maximum Depth of Binary Tree" 本题难度: Easy Topic: Binary Tree Description Given a binary tree, find its maxim ...
分类:
其他好文 时间:
2019-02-14 20:52:17
阅读次数:
169
"93. Balanced Binary Tree" / "" 本题难度: Easy Topic: Binary Tree Description Given a binary tree, determine if it is height balanced. For this problem, a ...
分类:
其他好文 时间:
2019-02-14 20:37:15
阅读次数:
145
"174. Remove Nth Node From End of List" / "19. Remove Nth Node From End of List" 本题难度: Easy/Medium Topic: Linked List Description Given a linked list, ...
分类:
其他好文 时间:
2019-02-12 09:14:04
阅读次数:
182
双重回文数(复杂版) 题目链接:https://www.luogu.org/problemnew/show/P1207 回文串分割 题目链接:https://www.lintcode.com/problem/palindrome-partitioning/description ...
分类:
编程语言 时间:
2019-02-11 19:46:29
阅读次数:
141
"52. Next Permutation" 本题难度: Medium Topic: Greedy Description "52. Next Permutation" 本题难度: Medium Topic: Greedy Description Given a list of integers, ...
分类:
其他好文 时间:
2019-02-11 01:11:33
阅读次数:
135
"187. Gas Station" / "134. Gas Station" 本题难度: Medium Topic: Greedy Description There are N gas stations along a circular route, where the amount of ga ...
分类:
其他好文 时间:
2019-02-10 20:40:06
阅读次数:
233
"184. Largest Number" / "179. Largest Number" 本题难度: Medium Topic: Greedy Description 184. Largest Number 中文English Given a list of non negative intege ...
分类:
其他好文 时间:
2019-02-10 20:33:56
阅读次数:
172
"46. Majority Element" /[169. Majority Element(https://leetcode.com/problems/majority element/) 本题难度: Easy Topic: Greedy Description Given an array of ...
分类:
其他好文 时间:
2019-02-10 19:03:48
阅读次数:
220
"142. O(1) Check Power of 2" 本题难度: Easy Topic: Math&Bit Manipulation Description Using O(1) time to check whether an integer n is a power of 2. Exampl ...
分类:
其他好文 时间:
2019-02-10 09:39:13
阅读次数:
160