gitmyhub

IsAnagramOrNot

Java ★ 0 updated 8y ago

Checks 2 strings are anagrams or not using HashMap. An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original letters exactly once. For example, the word anagram can be rearranged into "naga ram". Or for example, the word binary can be rearranged into "brainy". (Wikipedia)

No plain-English explanation yet — one is being written right now. Check back in a minute.