Recursive data type

id: recursive-data-type-319-6399509
title: Recursive data type
text: In computer programming languages, a recursive data type is a data type for values that may contain other values of the same type. Data of recursive types are usually viewed as directed graphs. An important application of recursion in computer science is in defining dynamic data structures such as Lists and Trees. Recursive data structures can dynamically grow to an arbitrarily large size in response to runtime requirements; in contrast, a static array's size requirements must be set at compile
brand slug: wiki
category slug: encyclopedia
description: Data type that refers to itself in its definition
original url: https://en.wikipedia.org/wiki/Recursive_data_type
date created:
date modified: 2024-01-09T19:29:26Z
main entity: {"identifier":"Q3098441","url":"https://www.wikidata.org/entity/Q3098441"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part