PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] testDeque on nonexistent deque
Date: Friday, 03 Apr 2020, 08:02:55


    > Message Posted By: Unknown
    >
    > If I run ./testDeque with my ADT and enter the command "IA" before
    > anything (checking if deque A is empty when deque A doesn't exist), I get
    > a seg fault. Is this something to worry about?

Yes, as you can verify by creating testDequeH from
Hwk4/testDeque.c and Hwk4/Deque.o and running the
same experiment.

--Stan-
PREV INDEX NEXT