
Recursive
UK
/rɪˈkɜːsɪv/
US
/rɪˈkɜrsɪv/

Translation of "recursive" into Russian
recursive
AdjectiveUK
/rɪˈkɜːsɪv/
US
/rɪˈkɜrsɪv/
recursive
more recursive Comp.
most recursive Super.
The recursive function called itself to solve the problem.
Рекурсивная функция вызвала саму себя, чтобы решить проблему.
Definitions
recursive
AdjectiveUK
/rɪˈkɜːsɪv/
US
/rɪˈkɜrsɪv/
Relating to or involving the repeated application of a rule, procedure, or process.
The recursive nature of the algorithm allows it to solve complex problems by breaking them down into simpler sub-problems.
Characterized by recurrence or repetition, especially in a self-similar way.
The recursive pattern in the artwork created a mesmerizing effect that drew viewers in.
(Computing, Mathematics) Of a function, algorithm, or sequence: defined in terms of itself or of its previous terms, usually with a terminating condition.
The Fibonacci numbers can be generated using a recursive definition.
(Linguistics) Describing a syntactic rule or structure that can repeatedly embed instances of itself within itself.
Recursive syntax allows sentences like "The cat that chased the mouse that stole the cheese ran away."
Idioms and phrases
recursive function
A recursive function calls itself as part of its execution.
рекурсивная функция
Рекурсивная функция вызывает саму себя в процессе выполнения.
recursive algorithm
The problem was solved using a recursive algorithm.
рекурсивный алгоритм
Проблема была решена с помощью рекурсивного алгоритма.
recursive call
A stack overflow can occur with too many recursive calls.
рекурсивный вызов
Переполнение стека может произойти при слишком большом количестве рекурсивных вызовов.
recursive process
The recursive process continued until a base case was reached.
рекурсивный процесс
Рекурсивный процесс продолжался, пока не была достигнута базовая ситуация.
recursive definition
The recursive definition helped in understanding mathematical sequences.
рекурсивное определение
Рекурсивное определение помогло в понимании математических последовательностей.
recursive submodule
Use the recursive submodule option to include nested submodules.
рекурсивный подмодуль
Используйте параметр рекурсивного подмодуля для включения вложенных подмодулей.
recursive subroutine
A recursive subroutine calls itself to solve a problem.
рекурсивная подпрограмма
Рекурсивная подпрограмма вызывает саму себя для решения проблемы.