
公共
文章平均质量分 80
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 318. Maximum Product of Word Lengths(最大单词长度乘积)
原题网址:https://leetcode.com/problems/maximum-product-of-word-lengths/Given a string array words, find the maximum value of length(word[i]) * length(word[j]) where the two words do not share comm原创 2016-04-23 13:28:40 · 910 阅读 · 1 评论 -
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 评论