Skip to content

Instantly share code, notes, and snippets.

View octokatherine's full-sized avatar
💙

Katherine Oelsner octokatherine

💙
View GitHub Profile
function groupAnagrams(words) {
const groupedWords = words.reduce((obj, word) => {
const sortedWord = word.split('').sort().join('')
if (!obj[sortedWord]) {
obj[sortedWord] = []
}
obj[sortedWord].push(word)
return obj
}, {})
Is It Over Now? (Taylor Taylor Swift
"Slut!" (Taylor's Versi Taylor Swift
Now That We Don't Talk Taylor Swift
Say Don't Go (Taylor's Taylor Swift
I know it won't work Gracie Abrams
Out Of The Blue Jake Scott
Suburban Legends (Taylo Taylor Swift
Living My Best Life Ben Rector
Buy Dirt Jordan Davis & Lu
Feel Something Joshua Bassett