Sign inSign up

cadizm/words

By cadizm

Updated over 4 years ago

Enumerate words that can be made from a given set of letters

Image
0

241

cadizm/words repository overview

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)

Tag summary

Content type

Image

Digest

Size

24.4 MB

Last updated

over 4 years ago

docker pull cadizm/words