# Hanoi's Tower

1개의 포스트
post-thumbnail

Recursive Function (재귀 함수)

Intro Recursive Function usually helps beginners of Computer Science to further understand basic algorithms and also develop their 'computer-science-thinking skills'. It is to hereby note that recursive function is not an efficient type of algorithm! Definition of Recursive Function When something 'recurs', it occurs again. In other words, it is repeated until it qualifies a 'criteria'(base case) set up. For example, a matryoshka doll is a common cliche in explaining recur

2022년 8월 3일
·
0개의 댓글
·