Skip to content

This small script will find all posible values for a "sum" of words

License

Notifications You must be signed in to change notification settings

runtimecrasher/cryptarithmetic-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptarithmetic-solver

This small script will find all posible values for a "sum" of words

  SEND  
+ MORE
-------
 MONEY

Requirements

  • Node 8.9.4
  • NPM 5.6.0

dependencies

  • readline npm i readline

usage

Simply run: node index.ts Input your words and the script will find all posible values for the sum

example

  SEND
+ MORE
-------
 MONEY
  9567
+ 1085
-------
 10652

TODO

  • Add support for more than 2 words

About

This small script will find all posible values for a "sum" of words

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published