Skip to content

Inputs a value and a number, and using only the number n times, it must equate to the value.

Notifications You must be signed in to change notification settings

Puzzlemaster330/MathPuzzleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MathPuzzleSolver

Inputs a value 'a' and a number 'd', and using only the number any number of times, it must equate to the value.

For eg,a=7,d=4; Expression:- (4+4+4)÷4+4=7

or a=14,d=5; Expression:- ((5+5+5)x5-5)÷5=14

This java file implements recursion and backtracking to solve the problem.

About

Inputs a value and a number, and using only the number n times, it must equate to the value.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages