
규칙이나 정의, 절차를 반복적으로 적용하여 결과를 도출하는 방식의
Relating to or involving the repeated application of a rule, definition, or procedure to successive results.
예문:
"The Fibonacci sequence is a classic example of a recursive mathematical formula."
"Linguists argue that the recursive nature of grammar allows for an infinite variety of sentences."
프로그램이나 함수가 실행 과정에서 자기 자신을 다시 호출하는 방식의
Relating to a program, function, or routine that calls itself as part of its execution.
예문:
"The programmer used a recursive function to efficiently traverse the complex directory tree."
"A recursive algorithm must include a base case to prevent it from running indefinitely."