Re: an interesting challenge.

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Josh Zeidner
Date:  
To: Main PLUG discussion list
Subject: Re: an interesting challenge.
josh@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@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 -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss