|
|
|
|
|
by jimmaswell
4109 days ago
|
|
>Given two words in a dictionary, transform one word into another using only words in the dictionary. What's that supposed to mean? Search the dictionary for other words that contain the letters you want and put them into the source word, while also taking out unwanted letters from the source word? |
|