Coding challenge involving practical solution where you have to find if, given N words inside an array and a messy string input, there could be found letters in the string that would sum up to any of the words in the array
Sigiloso
I did it almost 100%, but ended up choosing the wrong hash table for the problem. I chose a Set but the problem needed a map