Langton’s Ant — from Wolfram MathWorld

When the ant is started on an empty grid, it eventually builds a “highway” that is a series of 104 steps that repeat indefinitely, each time displacing the ant two pixels vertically and horizontally. The plots above show the ant starting from a completely white grid after 386 (left figure) and 10647 (right figure) steps. In the right figure, the highway is being constructed towards the lower right-hand corner. The fact that the ant’s path is unbounded is guaranteed by the Cohen-Kung theorem. It is believed that no matter what initial pattern the ant is started on, it will eventually build a highway (although it might in principle take an extremely long time to reach this point). This would appear to follow naturally from the fact that Langton’s ant is reversible, although it remains formally unproved (Beermann and Van Foeken).

Related Posts