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
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
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
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
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
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
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
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
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
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