Examples
This page contains links to examples, typically code, that I discussed in class.
fibonacci.slim
, a SLIM program that computes fibonacci numbers. Note how quickly the number of instructions grows as
n
gets larger.