prep-2
Introduction
Curriculum
Easy
Primer
Anagrams?
Remove Nth Letter
High Card Points
Solutions
Anagrams?
Remove Nth Letter
High Card Points
Medium
Primer
Longest Bigram
Nearest Larger
Vowel Filter
Solutions
Longest Bigram
Nearest Larger
Vowel Filter
Hard
Primer
Num Prime Factors
Wordplay
Bubble Sort
Solutions
Num Prime Factors
Wordplay
Bubble Sort
Powered by
GitBook
Anagrams?
Anagrams?
def
anagrams?
(str1, str2)
str1.split(
""
).sort == str2.split(
""
).sort
end
results matching "
"
No results matching "
"