leetcode
leetcode copied to clipboard
Bug Report for permutation-string
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 !!