Recursively
UK
/rɪˈkɜːsɪvli/
US
/rɪˈkɜr.sɪv.li/
Translation of "recursively" into Russian
recursively
AdverbUK
/rɪˈkɜːsɪvli/
US
/rɪˈkɜr.sɪv.li/
recursively
more recursively
most recursively
рекурсивно
The function calls itself recursively to solve the problem.
Функция вызывает саму себя рекурсивно для решения задачи.
Definitions
recursively
AdverbUK
/rɪˈkɜːsɪvli/
US
/rɪˈkɜr.sɪv.li/
In a manner that involves or employs recursion, especially a process in which a function, procedure, or rule is applied to itself.
The algorithm computes the factorial of a number recursively, calling itself on successively smaller values.
In a self-referential or repeatedly applied way, each step operating on the result of the previous one.
The story unfolds recursively, each chapter reflecting upon the one before.
Idioms and phrases
recursively call
The function recursively calls itself to process the data.
рекурсивно вызывать
Функция рекурсивно вызывает сама себя для обработки данных.
recursively define
Mathematicians recursively define sequences using initial terms and rules.
рекурсивно определять
Математики рекурсивно определяют последовательности, используя начальные члены и правила.
recursively compute
The algorithm recursively computes the factorial of a number.
рекурсивно вычислять
Алгоритм рекурсивно вычисляет факториал числа.
recursively solve
We recursively solve the problem by breaking it down into smaller subproblems.
рекурсивно решать
Мы рекурсивно решаем проблему, разбивая её на более мелкие подзадачи.
recursively search
The program recursively searches through directories to find the file.
рекурсивно искать
Программа рекурсивно ищет файл в директориях.