码迷,mamicode.com
首页 >  
搜索关键字:lintcode    ( 1584个结果
[Lintcode]98. Sort List/[Leetcode]148. Sort List
"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
[Lintcode]97. Maximum Depth of Binary Tree/[Leetcode]104. Maximum Depth of Binary Tree
"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
[Lintcode]93. Balanced Binary Tree/[Leetcode]
"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
[Lintcode]174. Remove Nth Node From End of List/[Leetcode]
"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
[Lintcode]52. Next Permutation
"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
[Lintcode]187. Gas Station/[Leetcode]134. Gas Station
"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
[Lintcode]184. Largest Number/[Leetcode]179. Largest Number
"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
[Lintcode]46. Majority Element/[Leetcode]169. Majority Element
"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
[Lintcode]142. O(1) Check Power of 2
"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
1584条   上一页 1 ... 8 9 10 11 12 ... 159 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!