Bug Report for https://neetcode.io/problems/longest-palindromic-substring
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Even though the same test case is passing in the sample test case format without the time limit exceeded error, it is running into the time limit exceeded error when I submit my code.

Bug Report for https://neetcode.io/problems/longest-palindromic-substring
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Even though the same test case is passing in the sample test case format without the time limit exceeded error, it is running into the time limit exceeded error when I submit my code.