Recursive data structures Data structures which refer to themselves, recursively. An example is found in binary-search-tree. TODO: ADD MORE