Skip to content

This is a word finding program for the game BombParty found on jklm's website.

License

Notifications You must be signed in to change notification settings

WillardFord/bomb-party-word-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bomb-party-word-finder

This is a word finding tool for the party game of the same name hosted here.

This tool is based of Chapter 1 of Dan Gusfield's Algorithms on strings, trees, and sequences where the algorithm is referred to as "The Z Algorithm" on page 9.

I used Java because it was the fastest language I was familiar with.

Algorithm Z

This algorithm appends the the search and find string together and does the fundamental preprocessing of data that many string algorithms use. It then iterates over the created Z-scores array to return words that fit the description.

A few alterations have been made for the sake of convenience at the cost of speed that makes the program function better as a tool for Bomb Party.

About

This is a word finding program for the game BombParty found on jklm's website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages