Teaching
In Fall 2005, I taught CMPT 102 - Introduction to Scientific Computer Programming, at Simon Fraser University. The course introduced science students to programming in the C language. Here is a list of assignments for the course:
Assignment 1
- Simple C programs
Assignment 2
- Loops and data files
Assignment 3
- Simple functions, recursion, and random numbers
Assignment 4
- Arrays and functions
Assignment 5
- Pointers and structures