puzzles/group-anagrams
Zoé Cassiopée Gauthier 7e4f02547b Initial commit
2024-04-02 17:01:09 -04:00
..
group_anagrams.c Initial commit 2024-04-02 17:01:09 -04:00
README.md Initial commit 2024-04-02 17:01:09 -04:00

Group anagrams

Puzzle from the rendezvous with cassidoo newsletter from November 21st, 2021.

Given an array of strings, group the anagrams together in separate arrays. An anagram is a word or phrase formed by rearranging the letters of another word or phrase, using all the original letters exactly once.

Solution posted at https://gist.github.com/zoeisnowooze/a8fe9dbc5eb0178adb1c9dd88bc4f1c1