You are viewing a single comment's thread. Return to all comments →
A move is defined as dividing a pile up into different sizes. y / x = (number of new piles of size x). So:
y / x = (number of new piles of size x)
64 / 2 = 32
You now have 32 piles of size 2 equating to only 1 move.
You will want to use the largest divisable number of y in the set S each move.
Seems like cookies are disabled on this browser, please enable them to open this website
Stone Division, Revisited
You are viewing a single comment's thread. Return to all comments →
A move is defined as dividing a pile up into different sizes.
y / x = (number of new piles of size x)
. So:You now have 32 piles of size 2 equating to only 1 move.
You will want to use the largest divisable number of y in the set S each move.