recursive

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

Übersetzungen

recursiveadjektiv
more recursive
Komp.
most recursive
Super.
UK
/rɪˈkɜːsɪv/
US
/rɪˈkɜrsɪv/
The recursive function called itself to solve the problem.
Рекурсивная функция вызвала саму себя, чтобы решить проблему.

Definitionen

recursiveadjektiv
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."