名词
中文翻译:正确递归定义
同义词:
['correctly recursive definition', 'correct recursive definition']
例句:
-
1. The right recursive definition of a function is its definition in terms of recursive functions.
一个函数的正确递归定义是其以递归函数的形式定义。
-
2. In mathematics, the right recursive definition of a sequence is when it can be expressed as a sum of terms of the form a_n = f(a_{n-1}, n).
在数学中,序列的正确递归定义是指它可以表示为形式为a_n = f(a_{n-1}, n)的项之和。
-
3. The right recursive definition of a binary tree is that each node has at most two children.
二叉树的正确递归定义是每个节点最多有两个子节点。