• + 0 comments

    NOTE: There is an error in the problem specs.

    The Function Description says:

    ... return an array of integers representing the number of sticks before each cut operation

    The Returns specification says:

    int[]: the number of sticks after each iteration

    Guess which one is correct. (OK, fine, I'll tell you: The one before the other.)