Author: Stan Eisenstat
Subject: Re: [Cs223] Additional Deque.c functions
Date: Sunday, 22 Mar 2020, 21:18:03
> Message Posted By: Unknown
>
> Are we allowed to add additional auxiliary functions to Deque.c to help us
> implement the main functions (ie. add functions that are not declared in
> Deque.h)? ...
Not in the version that you submit for grading. As
stated in the specification,
Your code MUST #include Hwk4/Deque.h, not a local copy.
=====
> ... And are we allowed to change the order in which the functions
> are declared/defined?
No, you are not required to define the functions in the
same order as in Hwk4/protoDeque.c.
--Stan-
PREV
INDEX
NEXT