- Notifications
You must be signed in to change notification settings - Fork2.4k
Closed
Description
Bug Report forhttps://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" isreturning success response even if thestring 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 !!

Metadata
Metadata
Assignees
Labels
No labels