摘要:
There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the start and end coordinates of the hor 阅读全文
posted @ 2017-02-03 14:40
CodesKiller
阅读(147)
评论(0)
推荐(0)
摘要:
Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), find the minimum number of conference room 阅读全文
posted @ 2017-02-03 13:57
CodesKiller
阅读(327)
评论(0)
推荐(0)
摘要:
Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), determine if a person could attend all mee 阅读全文
posted @ 2017-02-03 12:58
CodesKiller
阅读(179)
评论(0)
推荐(0)
摘要:
Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). You may assume that the intervals were initia 阅读全文
posted @ 2017-02-03 12:36
CodesKiller
阅读(186)
评论(0)
推荐(0)
摘要:
Given a collection of intervals, merge all overlapping intervals. For example,Given [1,3],[2,6],[8,10],[15,18],return [1,6],[8,10],[15,18]. 1 /** 2 * 阅读全文
posted @ 2017-02-03 11:02
CodesKiller
阅读(165)
评论(0)
推荐(0)
摘要:
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. For example, given the following ma 阅读全文
posted @ 2017-02-03 08:37
CodesKiller
阅读(130)
评论(0)
推荐(0)
摘要:
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist 阅读全文
posted @ 2017-02-03 07:47
CodesKiller
阅读(109)
评论(0)
推荐(0)
摘要:
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. For example, given the following 阅读全文
posted @ 2017-02-03 07:34
CodesKiller
阅读(151)
评论(0)
推荐(0)
浙公网安备 33010602011771号