摘要: Description: The set [1,2,3,...,n] contains a total of n! unique permutations. By listing and labeling all of the permutations in order, we get the fo 阅读全文
posted @ 2019-04-03 13:17 Doris7 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Description: Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string. If 阅读全文
posted @ 2019-04-03 13:16 Doris7 阅读(112) 评论(0) 推荐(0) 编辑
摘要: Description: Given a collection of intervals, merge all overlapping intervals. Example 1: Example 2: Solution: 这道题要求将输入的数组序列中相互重叠的部分合并 对于这道题,我们需要思考,什么 阅读全文
posted @ 2019-04-03 13:14 Doris7 阅读(136) 评论(0) 推荐(0) 编辑