Author: Stan Eisenstat
Subject: Re: [Cs223] Multiple pointers to one stack/queue
Date: Thursday, 02 Apr 2020, 20:21:43
> Message Posted By: Unknown > > I know we can't have any more than 3 Deques at any time during the > execution, but can we have multiple pointers to one Deque. For example, if > I have two pointers to the same Deque being used as a stack? Yes. The limit on the number of stacks and queues is enforced as they are created and destroyed. --Stan-PREV INDEX NEXT