Easy
Quiz
#242 Valid Anagram
APPROACH
Given two strings s and t, return true if t is an anagram of s, and false otherwise.
1 of 4
What is the optimal approach for this problem?
#242 Valid Anagram
APPROACH
Given two strings s and t, return true if t is an anagram of s, and false otherwise.
What is the optimal approach for this problem?