Open
Description
Bug Report for https://neetcode.io/problems/is-anagram
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Hi, the problem asked specifically for an anagram. I understand that in CompSci that this could mean the same word or letter but I feel like this should be made more clear? For example I was marked wrong and needed to return True when the problem had an input of s="x" and t="x" and I returned false because this technically isn't an anagram. I guess not really a bug but maybe something that should be made more clear? Unless I just didn't understand the question clearly maybe?
Metadata
Metadata
Assignees
Labels
No labels