Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Recursion Algorithm #37

Merged
merged 1 commit into from
Jun 5, 2022
Merged

Add Recursion Algorithm #37

merged 1 commit into from
Jun 5, 2022

Conversation

yujung7768903
Copy link
Owner

solve #35

재귀함수

  • 재귀 함수란 자기 자신을 다시 호출하는 함수를 의미한다.
  • 재귀 함수를 문제 풀이에서 사용할 때에는 재귀 함수의 종료 조건을 반드시 명시해야 한다. 그렇지 않으면, 무한히 호출될 수 있다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant