- A simpler applet that draws recursive trees.
Click on
Tree to show the example.
- An applet that draws the recursive Koch curve.
Click on
Koch to show the example.
- Here is an applet that uses tail recursion to compute the factorial and the Fibonacci sequence.
Click on
Fibonacci to show the example.