Math 181 Computational Mathematics
9/99, 3/01
R. Robinson
Elements of Data Structutres and Algorithms
Here are some examples of code to go with today's lecture:
-
Examples of loops and arrays in FORTRAN (based on Dowd &
Severance, High Performance Computing, O'Reilly & Associates,
1998): loops.f
-
Example of a linked list using pointers in C (based on Robert
Lafore, Turbo C programming for the IBM, The Waite Group,
1987): list.c