Pregunta de entrevista de Built Robotics

Sub-anagram puzzle with python challenge

Respuesta de la entrevista

Anónimo

28 de jun de 2022

I solved it by taking the word input and breaking each single word in the word file and checking if they have all the letters in it. If the size is above no need to check it.