Pergunta de entrevista da empresa Lyric

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

Resposta da entrevista

Sigiloso

28 de set. de 2023

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