| Class | Description |
|---|---|
| Fibonacci | |
| FibonacciStackFrame | |
| Node<E> |
A simple node class for implementing singly linked sequences.
|
| NodeIterator<E> |
An iterator over
Node-based linked sequences. |
| Stack<E> |
A stack data structure that supports O(1) push and pop operations at the top
of the stack.
|