Started with https://gist.github.com/gubatron/65a153478149118908c6
- Made it work (original was probably Python 2?)
- Significantly tidied the code
- Performance: Removed redundant sorting
- Performance: Made input permutations unique so identical combinations weren't tried more than once
Still very slow for inputs 9+ letters long. Roughly exponential - takes around 1s for an 8 letter word, 10-11x longer for each additional letter.