https://github.com/globalpolicy/cryptarithmeticsolver
A bruteforce cryptarithmetic solver in JavaScript
https://github.com/globalpolicy/cryptarithmeticsolver
cryptarithmetic solver
Last synced: about 1 month ago
JSON representation
A bruteforce cryptarithmetic solver in JavaScript
- Host: GitHub
- URL: https://github.com/globalpolicy/cryptarithmeticsolver
- Owner: globalpolicy
- Created: 2020-09-29T02:29:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T02:55:26.000Z (over 4 years ago)
- Last Synced: 2025-02-12T11:53:19.921Z (3 months ago)
- Topics: cryptarithmetic, solver
- Language: JavaScript
- Homepage: https://globalpolicy.github.io/cryptarithmeticsolver/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptArithmetic Solver
A bruteforce cryptarithmetic solver in JavaScript
Nothing fancy. Just uses a WebWorker thread for the actual number crunching.