30-seconds-of-swift-code icon indicating copy to clipboard operation
30-seconds-of-swift-code copied to clipboard

Anagram

Open elizabethsiegle opened this issue 3 years ago • 0 comments

Make a function that checks if two strings are anagrams

ex: anagram("abcd3", "3acdb") //false anagram("123", "456") //false

elizabethsiegle avatar Oct 14 '20 18:10 elizabethsiegle