Status: IN
contains_pattern uses brute-force enumeration with list slice comparison — extracting candidate patterns and checking k-1 consecutive blocks via all() — which is O(n*m*k) but acceptable for n <= 100.
Source: entries/2026/06/06/detect-pattern-of-length-m-repeated-k-or-more-times-solution.md