
Metarecursion

Перевод metarecursion на русский язык
metarecursion
СуществительноеMetarecursion is a concept in theoretical computer science.
Метарекурсия — это концепция в теоретической информатике.
Опеределения
metarecursion
СуществительноеA recursive process that involves applying recursion to itself, often used in computer science and mathematics to solve complex problems by breaking them down into simpler, self-referential steps.
The algorithm employed metarecursion to efficiently solve the problem by iterating over its own recursive calls.