5/5 – (1 vote)
I want you to implement a parallel program structure to my ArrayStack example from the lecture notes, but the entire thing should be based around a LinkedStack. You may use my start on LinkedStack below.
(30 points) Write the StackMemento for LinkedStack.
(30 points) Write factory Methods for creating mementos and for creating iterators on your LinkedStack.
Reviews
There are no reviews yet.