DSA Master
Home
Problems
123
Schedule
17 Patterns
Data Structures
PDF Guide
Back to Problems
Mark as Complete
Valid Anagram
#242
Easy
Array & Hashing
O(n)
O(1)
Facebook
Amazon
Microsoft
Bloomberg
View on LeetCode
Description
Approach
Solution
Related
Problem Description
Given two strings s and t, return true if t is an anagram of s, and false otherwise.