Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • \$\begingroup\$ why did you decide to make bricks 2n characters wide instead of n>1 characters wide? \$\endgroup\$ Commented May 2, 2015 at 16:52
  • 2
    \$\begingroup\$ @Sparr 1 by 2 character blocks look roughly square. I had tried requiring n>1 and didn't like how it restricted test cases. Also, apparently there's precedent. \$\endgroup\$ Commented May 2, 2015 at 17:13
  • \$\begingroup\$ I don't mean 2n with n>1. I mean n with n>1. \$\endgroup\$ Commented May 3, 2015 at 14:06