Turn in HW#5(a)

In homework 5a, you have implemented doubly linked list. At this stage, the files you have to submit are dllist.c and dllist.h. If you have modified dllistdriver.c, please submit it together.

Here goes the turnin procedure:

  1. cd into your hw5 directory.
  2. Use the command:

    turnin -ccse303 dllist/dllist.[ch]

    Include dllistdriver.c if you have modified it:

    turnin -ccse303 dllist/dllist.[ch] dllistdriver.c