Common CS1723 Handouts
Note: The handouts below are given in alphabetic order by
filename, and not in the order of use for the course.
- Parsing Arithmetic Expressions
Postscript,
Text,
PDF
- Static and Auto Storage, Illustrated with counters of function calls
Postscript,
Text,
PDF
- Parser and Evaluator of Arithmetic Expressions
Postscript,
Text,
PDF,
Second version, in Postscript,
PDF
- Recursive Fibonacci Numbers
Postscript,
Text,
PDF
- Calculate frequencies of letters in an input file
Postscript,
Text,
PDF
- Alternate version of frequency calculation
Postscript,
Text,
PDF
- Recursive Tower of Hanoi Program
Postscript,
Text,
PDF
- Recursive printing of linked lists
Postscript,
Text,
PDF,
C program
- Second version of recursive printing of linked lists
Postscript,
Text,
PDF
- Illustrate array of pointers to char
Postscript,
Text,
PDF
- Three ways to have a function give a value to a string
Postscript,
Text,
PDF
- Pitfalls in C
Postscript,
Text,
PDF
- C Preprocessor
Postscript,
Text,
PDF
- Non-attacking queens on a chessboard
Postscript,
Text,
PDF
- Test of C realloc function
Postscript,
Text,
C program,
PDF
- Parser and Reverse Polish Generator
Postscript,
Text,
PDF,
Second version, Postscript,
PDF
- Test the C Library Sort Function
Postscript,
Text,
PDF
- Recursive Selection Sort
Postscript,
Text,
PDF
- Arrays of functions and functions inside structs
Postscript,
Text,
PDF
- Stack Implementation
Postscript,
Text,
PDF
- Examples of Strings in C
Postscript,
Text,
PDF
- Practice with structs
Postscript,
Text,
PDF
- Two-dimensional Arrays in C, and Subscripts
Postscript,
Text,
PDF
- Word Frequency Program (White Book, Pages 139-143)
Postscript,
Text,
PDF
- Word Frequency Program (Non-Recursive Version)
Postscript,
Text,
PDF
- Binary Search Tree with Recursive Inorder Traversal
Postscript,
Text,
PDF
- Writing to an arbitrary base
Text,
Picture in Postscript,
PDF