摘要: This problem can be solved easily once you find the regularities :-) This link has done it for you. You may refer to its Python version. I rewrite it ... 阅读全文
posted @ 2015-08-08 14:52 jianchao-li 阅读(1446) 评论(0) 推荐(0)
摘要: Problem Description:Given an array of meeting time intervals consisting of start and end times[[s1,e1],[s2,e2],...](si& intervals) { 4 sort(in... 阅读全文
posted @ 2015-08-08 14:24 jianchao-li 阅读(4729) 评论(1) 推荐(0)
摘要: Problem Description: Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), determine if a person 阅读全文
posted @ 2015-08-08 13:44 jianchao-li 阅读(2295) 评论(0) 推荐(0)