wordle-algorithm/README.md

5 lines
218 B
Markdown

# 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.