Hacker News new | ask | show | jobs
by svat 204 days ago
I agree with the comment you're replying to: the original problem (in the linked post) is about an 8x8 square in which 1x1 squares at either corner are removed, and asking whether it can be tiled by 2x1 tiles. The idea of "coloring" the board and the tiles can then be presented as part of the solution -- in fact, this is a great example of how one idea (coloring) can make a problem much earlier.

I believe your comment is actually about the extension (to this problem and solution) that I posted in another comment: https://news.ycombinator.com/item?id=46005842