Recursive
(
adjective
,
noun
)
(As an adjective)
Recursive ( adjective )
- Of or relating to a procedure that can be repeated many times, usually with a simpler instance of the problem as an argument, until the required result is achieved.
- Relating to a function or expression that calls itself, especially in order to solve a problem or to define a value in terms of simpler values.
Origin:
Late latin recursive, from latin recurrere 'to run back, return', from re- + currere 'to run'.
Examples:
- The process of factorial calculation is a recursive one.
- The recursive algorithms are much faster than the iterative ones.
- The tower of Hanoi is a classic example of recursive problem solving.
- The recursive function calls itself until the base case is reached.
- The concept of recursion is widely used in computer science and mathematics.
(As a noun)
Recursive ( noun )
- Of or relating to a procedure that can be repeated many times, usually with a simpler instance of the problem as an argument, until the required result is achieved.
- Relating to a function or expression that calls itself, especially in order to solve a problem or to define a value in terms of simpler values.
Origin:
Late latin recursive, from latin recurrere 'to run back, return', from re- + currere 'to run'.
Examples:
- The process of factorial calculation is a recursive one.
- The recursive algorithms are much faster than the iterative ones.
- The tower of Hanoi is a classic example of recursive problem solving.
- The recursive function calls itself until the base case is reached.
- The concept of recursion is widely used in computer science and mathematics.