Enumerate words that can be made from a given set of letters
241
Given a string of letters (includes "spaces"), print the valid English words that can be formed. For example:
$ docker run words 'abcd'
2 ab
2 ad
2 ba
3 bad
3 cab
3 cad
3 dab```
Source: [github.com/cadizm/words-with-friends](https://github.com/cadizm/words-with-friends)
Content type
Image
Digest
Size
24.4 MB
Last updated
over 4 years ago
docker pull cadizm/words