CMPS 101
Examples

Java
Queue
Queue.javaQueueTest.javaMakefile
Stack:
  Stack.javaStackTest.javaMakefile 
File input-output and String tokenization: FileIO.java 

C:
Queue in C:
  Queue.hQueue.c, QueueTest.cMakefile
Stack in C
Stack.hStack.cStackTest.cMakefile
File input-output and String tokenization:  FileIO.c

Programming Assignment 1:  Note these files are also good for pa2
Three matched pairs of input-output files:  in1/out1, in2/out2, in3/out3 



If you find any errors, please report them to: ptantalo@soe.ucsc.edu

webmaster@soe.ucsc.edu

Back to the SOE Class Home Pages
Back to the SOE Home Page