• Custom User Avatar

    Do all blobs make their moves before the state of the board (who fuses) is evaluated or is the state checked after each blob move? I'm getting mixed results with both methods.

  • Custom User Avatar

    Modified the description to specify the initial set conversion.

  • Custom User Avatar

    As Chrono79 mentioned:

    If the passed integer is already a single digit there is no need to reduce

  • Custom User Avatar

    @agkg is correct and it likely passed after getting no empty-set random tests.
    Added a test case to ensure set() gets returned at least once.

  • Custom User Avatar

    Thanks, done.