Row 0 (r=0): #_#_#_#_ (where _ is space) Row 1 (r=1): _#_#_#_# Row 2: #_#_#_#_ Row 3: _#_#_#_#

Actually, without offset but with (r + c) % 2 :

Example of incorrect pattern (no offset):

# # # # # # # # # # # # # # # # Wait — that’s wrong — let me correct:

Checkerboard V2 Answers - 9.1.7

Row 0 (r=0): #_#_#_#_ (where _ is space) Row 1 (r=1): _#_#_#_# Row 2: #_#_#_#_ Row 3: _#_#_#_#

Actually, without offset but with (r + c) % 2 : 9.1.7 checkerboard v2 answers

Example of incorrect pattern (no offset): Row 0 (r=0): #_#_#_#_ (where _ is space)

# # # # # # # # # # # # # # # # Wait — that’s wrong — let me correct: 9.1.7 checkerboard v2 answers

Back