threeal / leetspace

A dedicated workspace and archive for my LeetCode submissions
https://leetcode.com/threeal
MIT License
1 stars 1 forks source link

Solve Problem 1668. Maximum Repeating Substring #1388

Closed threeal closed 1 month ago

threeal commented 1 month ago

This issue suggests solving the problem 1668. Maximum Repeating Substring. To achieve this, one can simply check all the possibilities for each substring in the given sequence string.