[Algorithm] 재귀
·
Algorithm/Algorithm (이론)
재귀 하나의 함수에서 자기가 자신을 계속 호출하는 알고리즘으로 반드시 종료 조건 (Base condition) 을 갖는다.