1100. Find K-Length Substrings With No Repeated Characters
1100. Find K-Length Substrings With No Repeated Characters
Description
Given a string s
and an integer k
, return the number of substrings in s
of length k
with no repeated characters.