From: Matthew Moss Date: 2008-04-12T01:04:11+09:00 Subject: Re: Word Search Generator (#159, again) If you want a list of words to play with (aside from "zero" to "nine"), here is a list I've been testing on my own solution. My quick- n-dirty naive solution can (usually) fit these into a 24x24 word search: abstract algorithm argument block class closure condition constant continuation delegate evaluate exception expression factory function generator global identifier immutable inheritance instance interface iterator keyword literal local method message object operator overload parameter polymorphism primitive prototype recursion reference reflection scope stack statement template type virtual (Note one thing I realized, after writing my first version of the code, is that "type" is a subword of "prototype". Methinks I'll amend my solution to warn about such things.)