Package algs13
package algs13
-
ClassesClassDescriptionBag<T>The
Bagclass represents a bag (or multiset) of generic items.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.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.TheStackclass represents a last-in-first-out (LIFO) stack of generic items.