2981. 找出出现至少三次的最长特殊子字符串 I
找出出现至少三次的最长特殊子字符串 I
- 难度:
medium
- 原始链接: https://leetcode.cn/problems/find-longest-special-substring-that-occurs-thrice-i
- 标签:
哈希
,排序
解法一: 哈希, 排序
1 | func maximumLength(s string) int { |
2981. 找出出现至少三次的最长特殊子字符串 I
https://wuhunyu.top/leetcode/2024/05/find-longest-special-substring-that-occurs-thrice-i/index.html