A wordle algorithm to solve Matt Parker's wordle problem, inspired by (read: stolen from) Fred Overflow on YouTube.
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.
 
 

218 B

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.