The last-in-first-out (LIFO) data structure.
An O(1) to O(n) data structure.
A study of data structures.
An O(log(n)) at best and O(n) at worst data structure.
An O(1) data structure.
An O(log(n)) data structure.
The first-in-first-out (FIFO) data structure.
Are they really that smart?
A useful data structure for omitting some of the C++ runtime library from a project.