Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 287 Bytes

anagrams.md

File metadata and controls

5 lines (3 loc) · 287 Bytes

Anagrams?

Anagrams are two words with exactly the same letters. Order does not matter. Define a method that, given two strings, returns a boolean indicating whether they are anagrams.

<iframe frameborder="0" width="100%" height="650" src="https://repl.it/GdYF/6?lite=true"></iframe>