Skip to content

Commit 9b3858d

Browse files
committed
2023/21
1 parent 49c664b commit 9b3858d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2023/Day21/Solution.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ class Solution : Solver {
3939
// a form that is a quadratic expression of n.
4040
//
4141
// It's not that hard to see as it sounds. After some lead in at the
42-
// beginning things start to work like this: in each batch of batch of 131
43-
// steps new center tiles get generated once (that's 4 tiles) and corner
44-
// tiles are generated once - the number of those can be calculated using
42+
// beginning things start to work like this: in each batch of 131 steps new
43+
// center tiles are generated once (that's 4 tiles) and corner tiles are
44+
// generated once as well - the number of those can be calculated using
4545
// triangular numbers i.e. they are quadratic in n.
4646
//
4747
// But we don't have to go through this tedious process, once we are

0 commit comments

Comments
 (0)