Directories
¶
Path | Synopsis |
---|---|
Package queue is a simple generic implementation of a FIFO ('First In, First Out') stack, that means the first input value is the one which will be also retrieved first.
|
Package queue is a simple generic implementation of a FIFO ('First In, First Out') stack, that means the first input value is the one which will be also retrieved first. |
Package stack is a simple generic implementation of a LIFO ('Last In, First Out') stack, that means the last input value is the one which will be retrieved first.
|
Package stack is a simple generic implementation of a LIFO ('Last In, First Out') stack, that means the last input value is the one which will be retrieved first. |
Click to show internal directories.
Click to hide internal directories.