leetcode icon indicating copy to clipboard operation
leetcode copied to clipboard

Bug Report for permutation-string

Open Tanishq510 opened this issue 8 months ago • 0 comments

Bug Report for https://neetcode.io/problems/permutation-string

Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.

The solution "2. Hash Table" is returning success response even if the string s1 is not the permutation of string s2. Question gives a set of example below:

Input: s1 = "abc", s2 = "lecaabee" Output: false

However if we create a test case,its gets succeeded !!

Image

Tanishq510 avatar Apr 07 '25 16:04 Tanishq510