You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !!
The text was updated successfully, but these errors were encountered:
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 !!
The text was updated successfully, but these errors were encountered: