Skip to content

juanlouisr/cryptarithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptarithmetic solver

Tugas kecil 1 Strategi Algoritma IF2211

https://github.com/mizuday/cryptarithmetic

Prerequisite

Python 3.5+ (Menjalankan via source code) OS: Windows (Menjalankan via executeable)

Cara Menjalankan

1. Via Executeable

clone repository / download source code terlebih dahulu

Download "tucil1.exe" via relase dan ekstrak kedalam folder cryptarithmetic/bin Jalankan file "tucil1.exe"

Masih terdapat false detection sebagai virus trojan pada beberapa antivirus pastikan anda mematikan antivirus terlebih dahulu

2. Via source code

Jalan command prompt atau sejenisnya pada folder yang berisi source code "tucil1.py" masukkan command line:

$ python -u tucil1.py

Catatan Lain:

Gunakan nama file lengkap berserta ekstensinya pada saat penginputan nama file cth cryptarithmetic.txt File-file permasalahan terdapat pada folder /test

Jika file tucil1.exe hilang setelah di download kemungkinan besar antivirus menganggap file sebagai virus. Pastikan memberitahu antivirus file aman atau mematikan antivirus sementara

Author

Juan Louis Rombetasik 13519075

About

Tugas Kecil Strategi Algoritma