9 lines
232 B
Markdown
9 lines
232 B
Markdown
|
|
# Recursive data structures
|
||
|
|
|
||
|
|
Data structures which refer to themselves, recursively.
|
||
|
|
|
||
|
|
An example is found in [binary-search-tree][binary-search-tree].
|
||
|
|
TODO: ADD MORE
|
||
|
|
|
||
|
|
[binary-search-tree]: ../exercise-concepts/binary-search-tree.md
|