Name binding, Recursion, Iteration, and Continuations
- slide 26 : 42
Hilbert Curves
The
Hilbert Curve
is a space filling curve that visits every point in a square grid
To see this image you must download and install the
SVG plugin from Adobe
.In Firefox please consult
this page.
The path taken by a Hilbert Curve appears as a sequence - or a certain iteration - of
up
,
down
,
left
, and
right
.
Recursion - an ECIU material