Categorygithub.com/szhou12/leetcode-goleetcode3306-Count-of-Substrings-Containing-Every-Vowel-and-K-Consonants-II
package
0.0.0-20241220224003-b7cf03a90b2b
Repository: https://github.com/szhou12/leetcode-go.git
Documentation: pkg.go.dev
# README
3306. Count of Substrings Containing Every Vowel and K Consonants II
Solution idea
Sliding Window - Flex
Time complexity = $O(n)$
Resource
【每日一题】LeetCode 3306. Count of Substrings Containing Every Vowel and K Consonants II