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.
For better clarity, I think the current definition of "Anagram" in the problem statement can be used as an extension to the standard "Anagram" definition on Wikipedia.
An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. Basically, any string that contains the exact same characters as another string, but the order of the characters can be different.
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.
For better clarity, I think the current definition of "Anagram" in the problem statement can be used as an extension to the standard "Anagram" definition on Wikipedia.