Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 395. Longest Substring with At Least K Repeating Characters
Find the length of the longest substring of a lowercase string s such that every character in that substring appears at least k times. The core challenge is to efficiently locate maximal contiguous segments that meet the per-character frequency constraint (often leveraging the fact the alphabet is only 26 letters).
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.