A wordle algorithm to solve Matt Parker's wordle problem, inspired by (read: stolen from) Fred Overflow on YouTube.
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.
 
 
Nicholas Hope 146a4cb08b added 8 months ago
.gitignore Added some stuff 1 year ago
LICENSE.md Add 'LICENSE.md' 1 year ago
Makefile generic changes 12 months ago
README.md added 8 months ago
abcde.txt first commit 1 year ago
boilerplate.c generic changes 12 months ago
boilerplate.h generic changes 12 months ago
solvedle.c Find index instead of distance 12 months ago
wordleWords.txt first commit 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.