You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.gitignore | 7 months ago | |
LICENSE.md | 7 months ago | |
Makefile | 6 months ago | |
README.md | 2 months ago | |
abcde.txt | 7 months ago | |
boilerplate.c | 6 months ago | |
boilerplate.h | 6 months ago | |
solvedle.c | 6 months ago | |
wordleWords.txt | 7 months 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.