码迷,mamicode.com
首页 >  
搜索关键字:problems    ( 6275个结果
[LeetCode][JavaScript]Jump Game
https://leetcode.com/problems/jump-game/Jump GameGiven an array of non-negative integers, you are initially positioned at the first index of the array...
分类:编程语言   时间:2015-05-17 12:14:21    阅读次数:109
[LeetCode][JavaScript]Longest Valid Parentheses
https://leetcode.com/problems/longest-valid-parentheses/Longest Valid ParenthesesGiven a string containing just the characters'('and')', find the leng...
分类:编程语言   时间:2015-05-16 18:21:36    阅读次数:289
【Tree】二叉树先序遍历 迭代 & 递归
1 /*************************** 2 https://leetcode.com/problems/binary-tree-preorder-traversal/ 3 @date 2015.5.13 4 @description 5 用非递归方法对二叉树进行先序...
分类:其他好文   时间:2015-05-16 18:19:07    阅读次数:97
【Tree】已知前序和中序遍历还原二叉树
1 /************************** 2 https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/ 3 @date 2015.5.16 4 @descrip....
分类:其他好文   时间:2015-05-16 18:16:24    阅读次数:167
[LeetCode][Java]Maximum Depth of Binary Tree
https://leetcode.com/problems/maximum-depth-of-binary-tree/Maximum Depth of Binary TreeGiven a binary tree, find its maximum depth.The maximum depth i...
分类:编程语言   时间:2015-05-16 18:11:43    阅读次数:124
[LeetCode][SQL]Delete Duplicate Emails
https://leetcode.com/problems/delete-duplicate-emails/Delete Duplicate EmailsWrite a SQL query to delete all duplicate email entries in a table namedP...
分类:数据库   时间:2015-05-16 18:11:11    阅读次数:137
[LeetCode][SQL]Customers Who Never Order
https://leetcode.com/problems/customers-who-never-order/Customers Who Never OrderSuppose that a website contains two tables, theCustomerstable and the...
分类:数据库   时间:2015-05-16 18:09:13    阅读次数:122
[LeetCode][JavaScript]Insert Interval
https://leetcode.com/problems/insert-interval/Insert IntervalGiven a set ofnon-overlappingintervals, insert a new interval into the intervals (merge i...
分类:编程语言   时间:2015-05-16 18:07:58    阅读次数:229
[LeetCode][Java]Same Tree
https://leetcode.com/problems/same-tree/Same TreeGiven two binary trees, write a function to check if they are equal or not.Two binary trees are consi...
分类:编程语言   时间:2015-05-16 18:07:57    阅读次数:130
[LeetCode][SQL]Employees Earning More Than Their Managers
https://leetcode.com/problems/employees-earning-more-than-their-managers/Employees Earning More Than Their ManagersTheEmployeetable holds all employee...
分类:数据库   时间:2015-05-16 18:05:16    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!