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
- Host: GitHub
- URL: https://github.com/mattkrick/eulerproblem59
- Owner: mattkrick
- Created: 2015-08-18T18:53:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T18:58:20.000Z (almost 10 years ago)
- Last Synced: 2025-01-13T16:48:22.211Z (4 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eulerProblem59
Solution for Project Euler Problem #59Solves 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.