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.
Modified the description to specify the initial set conversion.
As Chrono79 mentioned:
If the passed integer is already a single digit there is no need to reduce
@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.
set()
Thanks, done.
Loading collection data...
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.
Modified the description to specify the initial set conversion.
As Chrono79 mentioned:
If the passed integer is already a single digit there is no need to reduce
@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.Thanks, done.