Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 202 Bytes

File metadata and controls

2 lines (2 loc) · 202 Bytes

Check if two strings are anagrams

Write a program that checks if two strings are anagrams. Consider that an anagram of a string is a permutation of this string ignoring capitalization and whitespaces.