An open API service indexing awesome lists of open source software.

https://github.com/mattkrick/eulerproblem59

Solution for Project Euler Problem #59
https://github.com/mattkrick/eulerproblem59

Last synced: 3 months ago
JSON representation

Solution for Project Euler Problem #59

Awesome Lists containing this project

README

        

# eulerProblem59
Solution for Project Euler Problem #59

Solves the cipher by assuming the frequency of letters used in the text are equal to the frequency of letters used in all english texts.
Once solved, it verifies the answer is english by checking for the presence of standard english words.