CMPS 101
Examples

Queue in JavaQueue.java

Stack in Java:
  Stack.java

Queue in C:
  Queue.hQueue.c, QueueClient.c , Makefile

Stack in C
Stack.hStack.cStackClient.cMakefile

File IO in Java:  FileIO.java    

File IO in C:  FileIO.c    

A matched pair of large input/outfiles for pa3:   pa3_big_infile, pa3_big_outfile

A perl script for creating random input files for pa3:  pa3_random_graph

A perl script for creating random input files for pa4:  rand_digraph

A perl script for creating random input files for pa5:  pa5_random_graph

Matched pairs of input/output files for pa5:  in1 out1, in2 out2, in3 out3, in4 out4



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