File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ class Solution : Solver {
39
39
// a form that is a quadratic expression of n.
40
40
//
41
41
// 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
45
45
// triangular numbers i.e. they are quadratic in n.
46
46
//
47
47
// But we don't have to go through this tedious process, once we are
You can’t perform that action at this time.
0 commit comments