GitHub / areeba0 / Cryptarithm-Puzzle-Solver-Using-DFS-and-A-star-Algorithm
This code provides a solution for cryptarithmetic puzzles using two different approaches: DFS and A Star Search Algorithm. Cryptarithm puzzles are mathematical puzzles where the digits are replaced by letters of the alphabet, and each letter represents a unique digit.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/areeba0%2FCryptarithm-Puzzle-Solver-Using-DFS-and-A-star-Algorithm
PURL: pkg:github/areeba0/Cryptarithm-Puzzle-Solver-Using-DFS-and-A-star-Algorithm
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Jupyter Notebook
Size: 88.9 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: over 1 year ago
Topics: a-star-search-algorithm, backtracking, constraint-satisfaction-problem, dfs-algorithm, jupyter-notebook, priority-queue, python