noun🔗Share재귀, 되풀이The act of recurring."The child's constant questioning was a perfect example of recursion; each answer only led to another, similar question. "아이의 끊임없는 질문은 재귀의 완벽한 예시였다. 각 대답은 단지 또 다른 유사한 질문으로 이어졌다.processcomputingmathlogicsciencetechnologyChat with AIVocabulary GamePractice Reading
noun🔗Share재귀The act of defining an object (usually a function) in terms of that object itself."n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion."n! = n × (n − 1)! (n > 0일 때) 또는 1 (n = 0일 때)은 재귀를 사용하여 팩토리얼 함수를 정의합니다.computingmathlogictechnicalfunctionscienceChat with AIVocabulary GamePractice Reading
noun🔗Share재귀The invocation of a procedure from within itself."This function uses recursion to compute factorials."이 함수는 팩토리얼을 계산하기 위해 재귀를 사용합니다.technologycomputingmathlogicscienceChat with AIVocabulary GamePractice Reading