[Top]
ADT
ADT.History
|
Class ADT.History
- Description
A history is a stack where you can only push entries. When the stack has
reached a certain size the oldest entries are removed on every push.
Other proposed names for this data type is leaking stack and table
(where you push objects onto the table in one end and objects are falling
off the table in the other.
|