Find 6-letter words that are hidden (embedded) within
Hen Hanna
henhanna at gmail.com
Fri Feb 24 13:34:21 EST 2023
i just wrote a program, which...
within [FunFunPython]
finds: (funny, futon, python)
( 5- and 6- letter words )
(my program uses a Trie, but is pretty simple)
Maybe someone would show me
how it's done using itertools, Permutations, etc.
Wouldn't it get too slow for Letter-Seeds longer than 11 letters or so?
______________________
Find 6-letter words that are hidden (embedded) within each row of letters.
The letters are in the correct order.
1. JSOYOMFUBELR
2. SCDUARWDRLYE
3. DASNAGEFERTY
4. CLULOOTSCEHN
5. USENEARSEYNE
More information about the Python-list
mailing list