2168. Unique Substrings With Equal Digit Frequency
Given a digit string s, return the number of unique substrings of s where every digit appears the same number of times.
c++
1 | class Solution { |