solution\0300-0399\0395.Longest Substring with At Least K Repeating Characters\Solution.java
- 13 Complexity
- 6.5 Complexity / M
- 0 Duplication
- 1 Churn
- 45 Lines
- 43 Lines of Code
- 2 Methods
- 21.5 LOC / Method
No issues found
“
Good code is its own best documentation. As you’re about to add a comment, ask yourself, ‘How can I improve the code so that this comment isn’t needed?’