Built Robotics interview question

Sub-anagram puzzle with python challenge

Interview Answer

Anonymous

28 June 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.