Jisho

×
再帰
Wikipedia definition
1. Recursive data typeIn computer programming languages, a recursive data type (also known as a recursively-defined, inductively-defined or inductive 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.
Read “Recursive data type” on English Wikipedia
Read “再帰データ型” on Japanese Wikipedia
Read “Recursive data type” on DBpedia

Discussions

to talk about this word.