Package algs13
package algs13
-
ClassesClassDescriptionBag<T>The
Bagclass 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>TheQueueclass represents a first-in-first-out (FIFO) queue of generic items.Queue.Node<T>ResizingArrayBag<Item>TheResizingArrayBagclass represents a bag (or multiset) of generic items.Stack<T>TheStackclass represents a last-in-first-out (LIFO) stack of generic items.Stack.Node<T>TheStackclass represents a last-in-first-out (LIFO) stack of generic items.