Home > Term: 递归
递归
(1) 的数据结构,它是部分组成的其他实例的数据结构。为例,一棵树由较小的树 (子树) 和叶节点组成,列表可能有其他作为元素的列表。(2) 函数可能会调用本身的一种算法。例如,快速排序 或 heapify。
- Part of Speech: noun
- Industry/Domain: Computer science
- Category: Algorithms & data structures
- Government Agency: NIST
0
Creator
- YuebinLiu
- 100% positive feedback
(Beijing, China)