LeetCode 1100. Find K-Length Substrings With No Repeated Characters
Description https://leetcode.com/problems/find-k-length-substrings-with-no-repeated-characters/ Given a string s, return the number of substrings of length k with no repeated characters. Example 1: Input: s =…