Author: Stan Eisenstat
Subject: Re: [Cs223] Stack ADT
Date: Sunday, 15 Mar 2020, 17:12:38
> Message Posted By: Unknown
>
> Since the Deque ADT is implemented as a pair of stacks, is it a good idea
> to write a Stack ADT for Hwk4?
Your choice. While it will give you more experience
writing an ADT, it will also increase slightly the
number of lines of code required.
--Stan-
PREV
INDEX
NEXT