CSC 326 COURSE PAGE
Spring
2000
![]()
Sample Exams
Exam II - HTML format, Word format
LABS
Lab 2 - The Game of Life (Classes)
Extra Credit Lab6 - Heapsort
WEB PRESENTATIONS
HANDOUTS
HOMEWORK
Linked Lists - Nyhoff - pgs 448 - 449 1 - 7
Doubly Linked Lists - Nyhoff pgs 499 1 - 8
Queues -
Due Monday
Using the array implementation of a queue,
show how the queue, front, and rear change after each of the following
instructions.
Q.Add(z);
Q.Add(f);
Q.Add(g);
Q.Add(m);
Q.delete(x);
Q.delete(x);
Q.Add(m);
Nyhoff pg 227 15