Author: Unknown Subject: Valgrind Test on Deque.c Date: Sunday, 22 Mar 2020, 14:56:24
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.