Block recomposition (Humpty Dumpty) [2017-12-09 Sat 16:58]

define two operations: SELECT and TRANSLATE.

Start with an initial configuration of identical tiles, \(C\)

dumpty1.jpg


SELECT a random set of tiles, below the green ones have been selected.

dumpty3.jpg


TRANSLATE them to the right by 4 and up by 1. Generally any translation is allowed with condition that no overlap between two tiles results.

dumpty4.jpg


Again, SELECT some tiles at random. Here the purple tiles are selected.

dumpty5.jpg


Again, TRANSLATE: right 2, down 4.

dumpty6.jpg


Remove all trace of the operations that occured.

dumpty7.jpg


Here's the problem.

If you are handed this end configuration without any knowledge of the operations and only the knowledge of the initial configuration \(C\) then what is the minimal number of (SELECT & TRANSLATE) operations required to return the tile configuration back to \(C\). Proof? For the general case?

Is this a known problem?


Author: Derek Rhodes

Created: 2018-07-29 Sun 22:12

Validate