Skip to content

mwbayley/cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cipher Solver

This package is a WIP designed to solve cryptogram puzzles with a dynamic programming approach. For each word in the input sentence, we look at possible matching dictionary words and create a set of Ciphers which represent potential solutions. We then compare these Ciphers against the next word and generate a new set of potential solutions.

Build with Maven: mvn clean install

Check out the tests in TestCipherSolver.java for starters or just run "mvn clean test"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages