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