Skip to content

Instantly share code, notes, and snippets.

View hlfshell's full-sized avatar

Keith Chester hlfshell

  • San Diego, CA
View GitHub Profile
@hlfshell
hlfshell / README.md
Last active October 12, 2023 22:41
Jumble Solver

Jumble Solver

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.

Using the Solvers

To use the scan method:

python scan.py wordlist.txt