Follow

Completed a exercise on exercism.org, "Anagram" - match a word to it's anagrams given a list of words

I converted the words to character arrays and lopped through to count the letters, storing counts in hashmaps to compare to other words in the list. This was a fun one!

github.com/philipabbyad/exerci

· · 0 · 0 · 0