You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>There exists an infinitely large two-dimensional grid of uncolored unit cells. You are given a positive integer <code>n</code>, indicating that you must do the following routine for <code>n</code> minutes:</p>
2
+
3
+
<ul>
4
+
<li>At the first minute, color <strong>any</strong> arbitrary unit cell blue.</li>
5
+
<li>Every minute thereafter, color blue <strong>every</strong> uncolored cell that touches a blue cell.</li>
6
+
</ul>
7
+
8
+
<p>Below is a pictorial representation of the state of the grid after minutes 1, 2, and 3.</p>
0 commit comments