
Recursively
UK
/rɪˈkɜːsɪvli/
US
/rɪˈkɜr.sɪv.li/

Translation recursively into russian
recursively
AdverbUK
/rɪˈkɜːsɪvli/
US
/rɪˈkɜr.sɪv.li/
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 uses recursion, a process in which a function calls itself as a subroutine.
The function was designed to solve the problem recursively, calling itself with smaller inputs until a base case was reached.
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.
рекурсивно искать
Программа рекурсивно ищет файл в директориях.