Skip to content

Haskell program that can solve Wordle, either sequentially or parallel

License

Notifications You must be signed in to change notification settings

zjc2106/par-wordle

Repository files navigation

Parallelelized Entropy-based Wordle Solver in Haskell

Authors: Sanjay Rajasekharan and Zac Coeur

For Project Info see ParWordle-report.pdf and ParWordle-Presentation.pdf

Compilation:

  • stack build

Parallel Usage:

  • stack exec par-wordle-exe <answer> valid-wordle-words.txt -- +RTS -N4

Sequential Usage:

  • stack exec seq-wordle-exe <answer> valid-wordle-words.txt

About

Haskell program that can solve Wordle, either sequentially or parallel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages