Skip to content

xalexalex/wordscapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

A simple C program that prints all the real words that can be built from a set of letters (i.e. all the anagrams which are also real words). Optionally, a template can be provided to filter the output.

Inspired by the game of the same name.

Developed as an exercise while learning C. Suggestions are welcome.

Examples:

input: word

word
row
rod
dow

input: word ___

row
rod
dow

input: word __w

row
dow

input: clothespin _________

phonetics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published