Hilbert Curve (Recursion)

๐Ÿ”— Code Example: Hilbert Curve (Recursion)

๐Ÿ”— Timestamps:

  • 0:10 The Hilbert Curve

  • 1:21 3 Properties of Recursion

  • 1:42 Write the base condition

  • 4:41 Write a recursion function

  • 6:08 Write a conditional statement to call a recursive function

  • 8:00 Deep dive into the cup's dimensions

  • 11:09 Rotate cups in the lower quadrants

Previous

Mรถbius Strip

Next

Game of Life... in 3-D!