You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 months ago | |
---|---|---|
.gitignore | 1 year ago | |
LICENSE.md | 1 year ago | |
Makefile | 12 months ago | |
README.md | 8 months ago | |
abcde.txt | 1 year ago | |
boilerplate.c | 12 months ago | |
boilerplate.h | 12 months ago | |
solvedle.c | 12 months ago | |
wordleWords.txt | 1 year ago |
README.md
Wordle Algorithm
The challenge set by Matt Parker is to find 5 unique words that, between them, have 25 unique letters. This program, written in C, aims to do precisely that.
Current Approximate time: 1.05 seconds.