en

Recursion

ru

Перевод слова "recursion" на Русский язык

recursion
Существительное
raiting
recursion
recursions множ.
Recursion is a common technique in computer science.
Рекурсия - это распространённый приём в информатике.

Опеределения

recursion
Существительное
raiting
The process of defining a function or calculating a number by the repeated application of an algorithm or procedure to its own results.
The Fibonacci sequence is a classic example of recursion in mathematics.
A programming technique where a function calls itself in order to solve a problem.
Recursion is often used in computer science to solve problems that can be broken down into smaller, similar problems.
The property of natural language that allows grammatical rules to be applied repeatedly, creating potentially infinite self-embedded structures.
Some linguists argue that recursion is a universal feature of human language.
recursion
Прилагательное
raiting
Relating to or involving recursion; pertaining to repeated self-referential application.
The compiler enforces a recursion limit to prevent stack overflow.

Идиомы и фразы

tail recursion
Tail recursion is often more efficient than simple recursion.
хвостовая рекурсия
Хвостовая рекурсия часто более эффективна, чем простая рекурсия.
recursion function
The recursion function calls itself with different arguments.
функция рекурсии
Функция рекурсии вызывает саму себя с разными аргументами.
recursion limit
The recursion limit was reached and the program crashed.
ограничение рекурсии
Было достигнуто ограничение рекурсии, и программа завершилась с ошибкой.
recursion depth
The recursion depth determines how many times a function can call itself.
глубина рекурсии
Глубина рекурсии определяет, сколько раз функция может вызвать саму себя.
recursion algorithm
The problem was solved using a recursion algorithm.
рекурсивный алгоритм
Проблема была решена с помощью рекурсивного алгоритма.

Связанные слова