标签归档:leetcode

RSS feed of leetcode

LeetCode Weekly Contest 11解题报告

LeetCode Weekly Contest 11是LeetCode举办的第十四场正式周赛,共4道题目,比赛时长2小时。

比赛链接:https://leetcode.com/contest/leetcode-weekly-contest-11/

题解列表:

LeetCode 434. Number of Segments in a String

LeetCode 469. Convex Polygon

LeetCode 467. Unique Substrings in Wraparound String

LeetCode 466. Count The Repetitions

[LeetCode]Unique Substrings in Wraparound String

题目描述:

LeetCode 467. Unique Substrings in Wraparound String

Consider the string s to be the infinite wraparound string of "abcdefghijklmnopqrstuvwxyz", so s will look like this: "...zabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcd....".

Now we have another string p. Your job is to find ...

继续阅读