Skip to content

pete4abw/jumble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jumble Problem Solver

What it is

This is the Jumble Word Puzzle solver.

It takes input as a list of letters and will match them against a dictionary file using the aspell library.

If more than one solution possible, all will be shown.

Use this to solve your favorite puzzle. 8 characters max.

Usage

$ jumble ebmarcsl

Output:

Words to be tested: 40320 Solved: ebmarcsl 26399 --> clambers Solved: ebmarcsl 35279 --> scramble

Build

Required aspell library.

$ gcc -o jumble -laspell jumble.c

or

$ gcc -o [your name here] -laspell jumble.c

License

This program is free to use, modify, distribute.

April 2023
Peter Hyman
pete@peterhyman.com

Releases

No releases published

Packages

No packages published

Languages