
冲突
文章平均质量分 81
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 252. Meeting Rooms(会议室)
原题网址:https://leetcode.com/problems/meeting-rooms/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原创 2016-04-07 14:46:15 · 1905 阅读 · 0 评论 -
LeetCode 52. N-Queens II(N皇后)
原题网址:https://leetcode.com/problems/n-queens-ii/Follow up for N-Queens problem.Now, instead outputting board configurations, return the total number of distinct solutions.方法一:深度优先搜索,使用一原创 2016-05-21 06:27:12 · 965 阅读 · 0 评论 -
LeetCode 253. Meeting Rooms II(会议室)
原题网址:https://leetcode.com/problems/meeting-rooms-ii/Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si < ei), find the minimum number of confe原创 2016-04-08 09:05:35 · 8145 阅读 · 0 评论 -
LeetCode 51. N-Queens(N皇后)
原题网址:https://leetcode.com/problems/n-queens/The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.Given an integer n, retu原创 2016-05-21 06:21:29 · 559 阅读 · 0 评论 -
452. Minimum Number of Arrows to Burst Balloons
原题网址:https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the st原创 2016-12-02 02:33:50 · 608 阅读 · 0 评论