Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 834 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 834 Bytes

Cryptarithmetic Solver

C++ program to solve cryptarithmetic problems using brute force algorithm

Author

Dionisius Darryl H. / 13519058 / K02

Table of contents

General info

A program to solve cryptarithmetic problems using brute force algorithm made with C++

Requirements

  • C++
  • GCC Compiler

How to Use

  1. Make sure that you have C++ and its compiler installed
  2. Clone this repository into your local computer
  3. Run main.exe inside ./bin/ directory
  4. Input your file name for example test-1. Make sure that the file is in ./test/ directory
  5. The program will show the corresponding output

Thank you