This program is created to solve Cryptarithms problem by using Brute Force strategy. Assignment from IF2211: Algorithm Strategy
Python 3.9, any OS would be fine.
I assume you use Windows 10:
- Open terminal (CMD) in the source code directory (src)
- Type this in your terminal/CMD:
py main.py - You run the program now! Yippie!
- Input the test case from the files, example:
../test/tc1.txt - Watch as the Cryptarithm break (Or not, because not all of it was solvable).
Created by Allief Nuriman - 13519221@std.stei.itb.ac.id