CS 101 Lecture 18 - Recursive pictures, tail recursion

Class Examples:

  1. A simpler applet that draws recursive trees.

    Click on Tree to show the example.

  2. An applet that draws the recursive Koch curve.

    Click on Koch to show the example.

  3. Here is an applet that uses tail recursion to compute the factorial and the Fibonacci sequence.

    Click on Fibonacci to show the example.