Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An algorithm to find the best Worlde starting word depending on the day

Notifications You must be signed in to change notification settings

Shynee1/WordleWordFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

WordleWordFinder

THIS ALGORITHM USES WORDS FROM BEFORE WORDLE WAS BOUGHT BY THE NEW YORK TIMES ANY CHANGES TO THE LIST OF POSSIBLE WORDS MAY AFFECT THE ACCURACY OF THIS ALGORITHM

An algorithm to find the best Worlde starting word depending on the day

How it works

  • Uses a hashmap to find the most common letters in the list of possible Wordle starting words
  • Assigns an accuracy score to each letter based on the frequency of its appearance
  • Assigns an accuracy score to each word by adding the accuracy of every letter in the word
  • Sorts every word depending on its accuracy and returns the word with the highest accuracy

About

An algorithm to find the best Worlde starting word depending on the day

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages