PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Hwk4/Deque.o
Date: Thursday, 26 Mar 2020, 08:08:36

    > Message Posted By: Unknown
    >
    > In the spec, it states that "Hwk4/Deque.o has a
    >    Hwk4/Deque.o will always implement the Deque ADT, but how it
    >    implements it may change without notice." If our implementation of
    > Qsort only interacts with the Deque through its methods (the one defined
    > in Deque.h), do we need to worry about this?

Only if your Qsort takes advantage of propoerties
of your implementation that are not required by the
interface specification in Hwk4/Deque.h.

--Stan-
PREV INDEX NEXT