This page contains additional
information on the lectures by Professor Amza, including certain
lecture notes, complete code implementations of
examples used in class, exercises on lecture material, etc. Please
visit on a regular basis because its contents will be frequently updated. You
may also wish to visit the LECTURE pages of the other professors for the course
for additional material or a different perspective.
- Prof. Amza's Lecture notes on recursion: Quicksort
- Template class examples tar.gz (see instructions below for extracting the files)
- Prof. Amza's Lecture notes on complexity analysis (in ppt/pdf): complexity.ppt
Instructions for using tar.gz files:
- Download the XXXX.tar.gz file by right
clicking on the link.
- Save under your ece106 directory.
- Unzip by typing "gunzip XXXX.tar.gz".
- Untar by typing "tar xvf XXXX.tar".
- This will generate a new directory called "XXXX" with all the files extracted into it.