A wordle algorithm to solve Matt Parker's wordle problem, inspired by (read: stolen from) Fred Overflow on YouTube.
 
 
Go to file
Nicholas Hope 7757d1a5eb Optimized below 2 seconds 2022-09-23 17:20:01 -04: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 Optimized below 2 seconds 2022-09-23 17:20:01 -04:00
abcde.txt first commit 2022-09-03 13:58:20 -04:00
boilerplate.c Added free() calls 2022-09-23 16:11:08 -04:00
boilerplate.h Optimized below 2 seconds 2022-09-23 17:20:01 -04:00
solvedle.c Optimized below 2 seconds 2022-09-23 17:20:01 -04:00
wordleWords.txt first commit 2022-09-03 13:58:20 -04:00