Author: Stan Eisenstat
Subject: Re: [Cs223] Phase 3 of the test script
Date: Tuesday, 17 Mar 2020, 22:05:42
> Message Posted By: Anonymous > > In the specification - it says that the way Hwk4 implements the Deque may > change without notice. Does this mean that every time phase 3 of the > script is run, the implementation of the Deque is changed, or does it mean > that the final test script will include other implementations (and the > test script always implements Deque the same way)? This means that I may change the implementation of the Deque ADT in Hwk4/Deque.o at any time (including when I run the final test script) without giving any warning. If you have followed Parnas' rule that Qsort should not make any assumption about how the ADT is implemented that are not required by Deque.h, then you will not encounter any problems. --Stan-PREV INDEX NEXT