The C code


For the array implementation:
For the linked list implementation: The apptcal files are different, of course, because the implementation is changed here from array to linked list. The queue files implement the queue ADT, which you need to use in this implementation's view-week code (as described in the handout).

About the C code