Package algs13
package algs13
-
ClassDescriptionBag<T>The
Bag
class represents a bag (or multiset) of generic items.Bag.Node<T>LinkedList<T>This is a skeleton file for your homework.MyListAccessor (debugging).Queue<T>TheQueue
class represents a first-in-first-out (FIFO) queue of generic items.Queue.Node<T>ResizingArrayBag<Item>TheResizingArrayBag
class represents a bag (or multiset) of generic items.Stack<T>TheStack
class represents a last-in-first-out (LIFO) stack of generic items.Stack.Node<T>TheStack
class represents a last-in-first-out (LIFO) stack of generic items.