Grokking the Coding Interview: Patterns for Coding Questions
Ask Author
Back to course home

0% completed

Vote For New Content
 Ben
Mismatch between constraints and test cases

Ben

Jun 5, 2024

I think there is a mismatch between the constraints and the Submit test cases. The constraints mention

2 <= k <= 104

However, one of the Submit cases is

"aabbbbccdd" 1

0

0

Comments
Comments
Shubham Vora
Shubham Voraa year ago

It is fixed!