Stone Division, Revisited

  • + 2 comments

    A move is defined as dividing a pile up into different sizes. y / x = (number of new piles of size x). So:

    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.