Adham Zaki

CalcSolver

The output will display all the possible ways to go from the starting number to the goal number using the given operations within the given number of moves.

Possible Operations
+5, -5, *5, x5, /5 Standard Math Operations
4 => 5 Replace all occurences of 4 with 5
+/- Flip the sign
<< Remove the last digit (becomes 0 if number is 1 digit)

This applet was inspired by this Game

Updates coming soon!