cryptarithmetic
There are 25 repositories under cryptarithmetic topic.
devangi2000/Artificial-Intelligence-Algorithms
A repository containing codes and algorithms for the AI course 18CSC305J.
rahul1947/Logic-Programming
Logic Programming using Prolog.
Amirreza81/Artificial-Intelligence
Solutions to practical assignments of Artificial Intelligence course (CE-417) at Sharif University of Technology
enesdemirag/graph-algorithms
Analysis of Algorithms II Course Assignments
AKil47/cryptarithmetic
A multithreaded cryptarithmetic/cryptarithm solver written completely in Rust. The solver reads an equation that has its digits represented by letters and computes the letters using a simple DFS.
arnaud-m/cryptator
A constraint-based cryptarithm solver
duongtruongbinh/Cryptarithmetic-Problem
Cryptarithmetic Problem Solving using CSP
globalpolicy/cryptarithmeticsolver
A bruteforce cryptarithmetic solver in JavaScript
Hoda233/Machine-Intelligence-Labs
Solutions for "Machine Intelligence" course labs
mgstabrani/cryptarithmetic
a simple command-line-based-program using Python to solve cryptarithmetic problem
mohilpatel25/cryptarithmetic-puzzle-solver
CryptArithmetic puzzles solver using java and python.
runtimecrasher/cryptarithmetic-solver
This small script will find all posible values for a "sum" of words
darubagus/cryptArithmeticSTIMA
Program to solve cryptarithmetic problem using brute force
ebresafegaga/cryptarith
Solving crypt-arithmetic problems in Racket
farishasim/Cryptarithmetic
Brute force algorithm implementation on cryptarithmetic problems
jerwansyah/Stima-01
Cryptarithmetic solver using brute force algorithm in python
nidomika/verbal-arithmetics
A university project for AI class, made for solving cryptarithms/verbal arithmetics.
raffizulvian/cryptarithmetic
Cryptarithmetic is a program that can solve simple cryptarithmetic problems by using a brute force algorithm.
RizkyAnggita/cryptarithms-solver
Program to solve Cryparithmetic (Cryptarithms) with Brute Force Algorithm. Written in Python
AndhikaRei/Cryptarithmetic-Solver
Cryptarithmetic solver using bruteforce algorithm. Made in Command Line Interface using python
calebrotich/cryptarithm-solver
A javascript solution to a CryptArithmetic puzzle
dionisiusdh/cryptarithmetic-solver
C++ program to solve cryptarithmetic problems using brute force algorithm
its-me-sv/crypt-arithmetic-code-generator
Crypt arithmetic code generator can generate code (in 5 different languages) to solve any crpyt arithmetic problem
juanlouisr/cryptarithmetic
Cryptarithmethic using python
prabhat-krai/puzzles_and_games
Working on improving code style, code speed and finding refactoring methods.