[LeetCode] Unique Substrings With Equal Digit Frequency

1 · · Aug. 2, 2022, 2:34 p.m.
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. ...