Package | Description |
---|---|
net.datastructures |
Modifier and Type | Class and Description |
---|---|
class |
ArrayStack<E>
Implementation of the stack ADT using a fixed-length array.
|
class |
NodeStack<E>
Implementation of the stack ADT by means of a singly linked list.
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeStack.status(Stack S,
java.lang.String op,
java.lang.Object element)
Prints information about an operation and the stack.
|