A wordle algorithm to solve Matt Parker's wordle problem, inspired by (read: stolen from) Fred Overflow on YouTube.
 
 
Go to file
Nicholas Hope 146a4cb08b added 2023-01-28 13:38:48 -05:00
.gitignore Added some stuff 2022-09-10 14:00:38 -04:00
LICENSE.md Add 'LICENSE.md' 2022-09-03 15:08:33 -04:00
Makefile generic changes 2022-10-06 18:11:26 -04:00
README.md added 2023-01-28 13:38:48 -05:00
abcde.txt first commit 2022-09-03 13:58:20 -04:00
boilerplate.c generic changes 2022-10-06 18:11:26 -04:00
boilerplate.h generic changes 2022-10-06 18:11:26 -04:00
solvedle.c Find index instead of distance 2022-10-06 18:11:36 -04:00
wordleWords.txt first commit 2022-09-03 13:58:20 -04:00

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.