Implementation of STACK (abstract data type).
A procedure for converting an infix notation of a mathematical expression to a postfix form.
Implementation of bidirectionally bound linear list (abstract data type).
Recursive and iterative implementation of B-tree.
Implementation of hashtable.