recursive data structure
A recursive data structure is a type of data structure where an entity can be defined in terms of itself, allowing repetitive definition of elements within the structure.
Requires login.
Related Concepts (1)
Similar Concepts
- data structure
- data structures
- immutable data structure
- persistent data structure
- recursive algorithm
- recursive data structures
- recursive function
- recursive method
- recursive programming
- recursive relation
- recursive structures
- recursive tree traversal
- tree data structure
- tree data structures
- tree recursion