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

[Recursion] bj17478- 재귀함수가 뭔가요? #4

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

loveitall
Copy link
Collaborator

📒 문제번호 :

17478번 - 재귀함수가 뭔가요?
image

☑️ PR Point

  • PR Point 1
  • PR Point 2

⏱️시간복잡도

17478 O(N)

@loveitall loveitall requested a review from a team as a code owner February 10, 2023 03:38
@loveitall loveitall requested review from skylartosf, wkdyujin and IslandofDream and removed request for a team February 10, 2023 03:38
여기 파트가 아닙니다!
Copy link
Member

@IslandofDream IslandofDream left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생했어요!

print("____" * i + "라고 답변하였지.")

print("어느 한 컴퓨터공학과 학생이 유명한 교수님을 찾아가 물었다.")
recursion(0, n)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

n 을 넘겨주니까 n에 대해서 전역변수로 n을 몰라도 되니까 좋은거 같네요 저도 매개변수로 넘겨주어야 겠습니다

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오.. 이게 나은 거구나~!

Copy link

@wkdyujin wkdyujin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

짱.

print("____" * i + "라고 답변하였지.")

print("어느 한 컴퓨터공학과 학생이 유명한 교수님을 찾아가 물었다.")
recursion(0, n)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오.. 이게 나은 거구나~!

Copy link

@skylartosf skylartosf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!!

@loveitall loveitall self-assigned this Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants