Valid Anagram

#242
Easy
Array & Hashing
O(n)
O(1)
Facebook
Amazon
Microsoft
Bloomberg
View on LeetCode

Problem Description

Given two strings s and t, return true if t is an anagram of s, and false otherwise.