Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
-gry puzzle
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Solution techniques== The standard way to solve such puzzles is to use a [[reverse dictionary]], or to perform an exhaustive search through a dictionary, either manually, which is tedious and error-prone, or using computer tools such as [[grep]], which requires an electronic word list. At the origin of the gry puzzle, the standard reverse dictionary in modern English was the "Air Force Reverse Dictionary" (formally the ''Normal and Reverse Word List'', compiled under the direction of A. F. Brown), which did not have additional answers for gry. The most plausible answer at the time was ''[[wikt:meagry|meagry]]'', found in the ''[[Oxford English Dictionary]]''.{{sfn|Beaman|1976|loc="A Philadelphia Story", pp. 43β44}} A more elaborate strategy is to list words that have endings similar to gry, such as ''-gary'', and then search a larger dictionary for obsolete variants ending in ''-gry'', for example ''begry'' for ''beggary''.{{sfn|Scheetz|1989|p=198β199}} From around 1980 electronic word lists became widely available on [[Unix]] systems, and searching for answers to the gry puzzle was an occasional benchmark; this also turned up ''gryphon'' in some cases, if match is not required to be at the end.<ref name="usenix1983">{{cite conference |title=USENIX Association, Software Tools User Group, Summer Conference Proceedings |volume=2 |year=1983 |url=https://books.google.com/books?id=47BQAAAAMAAJ&q=gry |page=343}} One test was to find words containing the letter sequence "gry". The "grep gry /usr/dict/words" ran significantly faster on the Concept than on the VAX (the words found were angry, hungry, and gryphon).</ref> This is now easily done in milliseconds on modern personal computers: <syntaxhighlight lang="bash"> grep gry$ /usr/share/dict/words # Search for words ending in gry grep gry /usr/share/dict/words # Search for words containing gry </syntaxhighlight>
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
-gry puzzle
(section)
Add topic