Here is the same (Sierpinski)
triangle generated using a 2-D algorithm.
These two figures look practically
identical and yet are produces via different algorithms: The first
algorithm treats the "down" direction as time ticking along and plots
the evolution of a 1-dimensional strip of cells. The second algorithm
starts off on a two-dimensional plane at some spot, chooses one of the
three corner vertices at random and hops halfway there, drawing a
little dot when it lands. This process is repeated ad infinitum until
the S-triangle emerges.
The Sierpinski triangle can also be generated using a "replicate and
reduce" algorithm that begins with a solid triangle.