You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cryptarithmetic is a puzzle where letters represent digits, requiring their substitution to form a valid arithmetic equation.This solver uses a backtracking approach to solve this problem.The user interface for this desktop application has been built using tkinter library.