Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 232 Bytes

recursive_data_structures.md

File metadata and controls

8 lines (5 loc) · 232 Bytes

Recursive data structures

Data structures which refer to themselves, recursively.

An example is found in binary-search-tree. TODO: ADD MORE