花费 66 ms
269. Alien Dictionary

题目: There is a new alien language which uses the latin alphabet. However, the order among letters a ...

Mon Dec 07 21:49:00 CST 2015 0 3802
207. Course Schedule

题目: There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may hav ...

Mon May 11 11:53:00 CST 2015 0 3974
285. Inorder Successor in BST

题目: Given a binary search tree and a node in it, find the in-order successor of that node in the BS ...

Fri Dec 11 16:07:00 CST 2015 0 3417
253. Meeting Rooms II

题目: Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],... ...

Wed Dec 02 19:51:00 CST 2015 0 2824
307. Range Sum Query - Mutable

题目: Given an integer array nums, find the sum of the elements between indices i and j (i ≤ j), incl ...

Fri Dec 18 21:02:00 CST 2015 0 2543
310. Minimum Height Trees

题目: For a undirected graph with tree characteristics, we can choose any node as the root. The resul ...

Sun Dec 20 14:41:00 CST 2015 2 2013
254. Factor Combinations

题目: Numbers can be regarded as product of its factors. For example, ...

Thu Dec 03 08:42:00 CST 2015 0 2367
230. Kth Smallest Element in a BST

题目: Given a binary search tree, write a function kthSmallest to find the kth smallest element in it ...

Fri Nov 27 06:43:00 CST 2015 0 2285

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM