an interesting challenge.

Josh Zeidner jjzeidner at gmail.com
Tue Apr 4 11:14:39 MST 2006


josh at zeidner:/usr/share/dict$ perl -n -e 'if ( $_ =~ /\A[bdfeca]+\Z/ ) 
{  print "$_" }' < american-english
a
abed
accede
acceded
ace
aced
ad
add
added
b
baa
baaed
babe
bad
bade
be
bead
beaded
bed
bedded
bee
beef
beefed
c
cab
cabbed
cad
cede
ceded
d
dab
dabbed
dad
dead
deaf
deb
decade
decaf
deed
deeded
deface
defaced
e
ebb
ebbed
efface
effaced
f
fa
facade
face
faced
fad
fade
faded
fed
fee
feed
josh at zeidner:/usr/share/dict$   




On Monday 03 April 2006 22:58, Technomage wrote:
> using bdfeca:
> construct word strings in a list using only these letters in any
> combination 4 characters or longer. use of the number 1 as a space filler
> is permitted.
>
> example:
> dead1beef
> face
> cafe
>
> and more.
>
>
> here is what I have so far:
>
> beef
> deaf
> feed
> cafe
> deed
> bead
> dead
> dead1face
> dead1ace
> dead1cafe
> facade
>
> more anyone?
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change  you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


More information about the PLUG-discuss mailing list