1. helloworld program and helloworld makefile

2. first area-of-circle program, second area-of-circle program, third area-of-circle program, fourth area-of-circle program, and makefile

3. mixed mode arithmetic program, and makefile

4. cosinelaw program, cosinelaw program 2, cosinelaw program 3, cosinelaw program 4, cosinelaw data file, and makefile

5. testinput program, testinput data, and makefile

6. program to show arithmetic precision, and makefile

7. root finding program and makefile

8. simple character variable program, datafile, second datafile, and makefile

10. simple factoring program, simple factoring program (that works) and makefile

11. compound interest program, data file and makefile

12. do loops program, and makefile

13. format example program, and makefile

14. first function example, second example, third example, fourth example, datafile, and makefile

random number generator

15. first subroutine example, second subroutine example, subroutine datafile, and makefile

16. Newton's method example, Newton's method datafile, and makefile

Programming assignment 3, datafile, and makefile

Euler's method, datafile, and makefile

Programming assignment 3 with arrays, datafile, and makefile

Programming assignment 3 with arrays (version 2), datafile, and makefile

Negative array subscript example, and makefile

Random number binning, datafile, and makefile

I/O test program 1, I/O test program 2, I/O test program 3, I/O test program 4, I/O test program 5, I/O test program 6, datafile xin1, datafile xin2, datafile xin3, datafile yin1, datafile yin2, datafile yin3, and makefile

sorting by keys, and data file

stack example, and data file

queue example, and data file

linked list example, and data file

test data for assignment 9,

Program 08 (polynomial mult) and data 1 , data 2 , data 3

Gauss-Seidel sample 1, Gauss-Seidel sample 2, Gauss-Seidel sample 3, Gauss-Seidel sample 4, Gauss-Seidel sample 5, Gauss-Seidel sample 6

Gaussian elimination sample 1,