Skip to content

priyaranjan290/hangman-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Hangman Solver

  • A simple hangman solver tries to solve and prints number of guesses and wrong guess in the end
  • uses frequency count of the characters to calculate score of each character
  • in case of tie, prefer vowels over consonants
  • if tie exists, sort lexicographically and pick the top character

dictionary

  • saved in src/main/resources/dictionary.txt

how to run

  • bash run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published