Valid Anagram at Yelp
Easy67.8% acceptance
This problem has 100.0% frequency at Yelp.
Problem Description
Given two strings `s` and `t`, return `true` if `t` is an anagram of `s`, and `false` otherwise.
Read full problem and hintsTopics
Also asked at 40 companies
More Yelp Questions
Two SumEasyLongest Substring Without Repeating CharactersMediumLongest Common PrefixEasyGroup AnagramsMediumMerge IntervalsMedium
View all Yelp questions