Abstract

Parallel implementations of genetic algorithms are very performable to solve large scale problems. Cryptarithmetic is a constraint satisfaction problem which includes assigning digits to letters in order to make meaningful and correct arithmetic operations. In this puzzle, arithmetic operations are simple and of base ten, but are ciphered into letters. The task is to decipher them. A simple way to solve such problems is by means of depth first search (DFS) algorithm which has a big search space even for quite small problems. This paper is about to enhance the solution presented on an existing paper by applying a parallelization approach on it. The paper also implemented this algorithm using java and showed that the algorithm reaches a solution faster and in a smaller number of iterations than similar algorithms.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.