Question
Stacking Game You begin with a stack of n boxes. Then you make a sequence of moves. In each move, you divide one stack of
Stacking Game
You begin with a stack of n boxes. Then you make a sequence of moves. In each move, you divide one stack of boxes into two nonempty stacks. The game ends
when you have n stacks, each containing a single box. You earn points for each move; in particular, if you divide one stack of height a+b into two stacks with heights a and b, then you score ab points for that move.Your overall score is the sum of the points that you earn for each move.
What strategy should you use to maximize your total score?
As an example,suppose that we begin with a stack of n= 10 boxes.
Then the game might proceed as shown in Figure;
On each line,
the underlined stack is divided in the next step.
Can you find a better strategy?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started