Bug Report for https://neetcode.io/problems/palindrome-partitioning
In this question the constraints are defined as:
Constraints:
- 1 <= s.length <= 20
- s contains only lowercase English letters.
The test case having 20 'a's is a valid test case.
s = "aaaaaaaaaaaaaaaaaaaa"
Is identified as an invalid case in the platform

Bug Report for https://neetcode.io/problems/palindrome-partitioning
In this question the constraints are defined as:
Constraints:
The test case having 20 'a's is a valid test case.
s = "aaaaaaaaaaaaaaaaaaaa"
Is identified as an invalid case in the platform