This is the jumble solver challenge as levied by a company. The goal is to accept a string of letters and return all possible words that can be made from any combination of those letters, including smaller words. Thus; gdo
can be dog
, god
, do
, and go
.
To use the scan method:
python scan.py wordlist.txt