Skip to content

A backtracking approach to find all the possible sets of operators that can be used to get a defined result from a Reverse Polish Notation (RPN) expression with missing operators.

License

Notifications You must be signed in to change notification settings

caiozanatelli/RPNSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPNSolver

A backtracking approach to find all the possible sets of operators that can be used to get a defined result from a Reverse Polish Notation (RPN) expression with missing operators.

Read the doc and the spec for more information on the project.

About

A backtracking approach to find all the possible sets of operators that can be used to get a defined result from a Reverse Polish Notation (RPN) expression with missing operators.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published