Skip to content

TooColline/Cryptarithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cryptarithm

A Ruby Solution to a Cryptarithm puzzle

Problem definition

In the multiplication problem below, each letter represents a UNIQUE digit. Write a script to find all possible solutions. The final output of the script should generate the total number of unique solutions and should display each solution in the format below with the digits replaced.

        FUN x BBQ = SUMMER 

How to test the script

  1. Clone the repository and cd into the project folder
  2. Ensure that you have ruby installed to be able to use ruby and to also run the application
  3. Run ruby script.rb to view the solution

Technologies

  1. Ruby

License

MIT - Feel free to use in part or whole

About

A Ruby Solution to a Cryptarithm puzzle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages