PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Testing our implementation of Deque
Date: Friday, 27 Mar 2020, 21:36:42


    > Message Posted By: Unknown
    >
    > Is there any specific test in the public test script that we can use to
    > test our implementation of Deque?

The Phase 2 tests (#201, #202, and #203) test your
implementation of the Deque ADT directly; the Phase 1
tests (#101, #102, ...) test it in conjunction with
your implementation of Qsort.

--Stan-
PREV INDEX NEXT