master
Nicholas Hope 2023-01-28 13:38:48 -05:00
parent dab6f45128
commit 146a4cb08b
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# 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.