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 1566. Detect Pattern of Length M Repeated K or More Times in C #1386

Closed threeal closed 1 month ago

threeal commented 1 month ago

This issue suggests solving the problem 1566. Detect Pattern of Length M Repeated K or More Times in C. To achieve this, one can simply follow the same solution as the C++ solution of the problem in #1314.