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.
Test case
s="bbcc"
t="ccbc"
They are clearly not anagrams, but it's expecting a true, for being an anagram