検索結果- 英語 - 多言語
検索内容:
left recursion
The case in which a string (in a language) may be decomposed to another string and a suffix
crock recursion
(computing) The condition in which a program or document either directly or indirectly requests that it include itself, without protection against an endless sequence of continued requests to include itself.
crock recursions
plural of crock recursion
tail recursion
(programming) The technique of writing a function so that recursive calls are only done immediately before function return, particularly when recursive control structures are used in place of iterative ones.
infinite recursion
(programming) Any recursion that continues without end.
tail recursions
plural of tail recursion
recursion theory
(logic) A branch of mathematical logic studying computable functions and Turing degrees, concerned with questions such as "What does it mean for a function on the natural numbers to be computable?" and "Can noncomputable functions be classified into a hierarchy based on their level of noncomputability?".