6 QUESTIONS
Q1 1 / 6 medium
Valid Anagram
Given two strings s and t, return true if t is an anagram of s (same characters, same frequencies).
What is the key data structure or technique required?
Given two strings s and t, return true if t is an anagram of s (same characters, same frequencies).
What is the key data structure or technique required?