Skip to content

Simple "move one match to satisfy equation" brainteaser solver.

Notifications You must be signed in to change notification settings

cankaratepe23/MatchSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatchSolver

Simple "move one match to satisfy equation" brainteaser solver.

Uses brute-force, only supports the symbols '+', '-' and '='. Only supports single digits for each number.

Usage: MatchSolver <equation> [--verbose]

equation: The equation string without any spaces. the --verbose option prints each valid move tried by the program.

About

Simple "move one match to satisfy equation" brainteaser solver.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages