摘要: 原题链接在这里:https://leetcode.com/problems/minimum-time-difference/description/ 题目: Given a list of 24-hour clock time points in "Hour:Minutes" format, fin 阅读全文
posted @ 2017-10-18 14:52 Dylan_Java_NYC 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/design-log-storage-system/description/ 题目: You are given several logs that each log contains a unique id and tim 阅读全文
posted @ 2017-10-18 14:24 Dylan_Java_NYC 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/split-concatenated-strings/description/ 题目: Given a list of strings, you could concatenate these strings togethe 阅读全文
posted @ 2017-10-18 09:07 Dylan_Java_NYC 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/count-binary-substrings/description/ 题目: Give a string s, count the number of non-empty (contiguous) substrings 阅读全文
posted @ 2017-10-18 06:35 Dylan_Java_NYC 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/repeated-string-match/description/ 题目: Given two strings A and B, find the minimum number of times A has to be r 阅读全文
posted @ 2017-10-18 06:16 Dylan_Java_NYC 阅读(397) 评论(0) 推荐(0) 编辑