PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Valgrind Test on Deque.c
Date: Sunday, 22 Mar 2020, 21:06:44


    > Message Posted By: Unknown
    >
    > how do we test valgrind on our Deque implementation on Deque.c? I want to
    > make sure that all memory is being properly allocated and freed.

The same way that you used it for strwrs---run it
on Qsort or on testDeque (with the inputs used in
Tests #201, #202, and #203.

--STan-
PREV INDEX NEXT