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

[BEMELON] WEEK 3 Solution #387

Merged
merged 7 commits into from
Aug 29, 2024
Merged

[BEMELON] WEEK 3 Solution #387

merged 7 commits into from
Aug 29, 2024

Conversation

BEMELON
Copy link
Contributor

@BEMELON BEMELON commented Aug 26, 2024

답안 제출 문제

체크 리스트

  • PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 Status를 In Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@BEMELON BEMELON self-assigned this Aug 26, 2024
@BEMELON BEMELON changed the title [BEMELON] 3주차 문제 풀이 [BEMELON] WEEK 3 Solution Aug 26, 2024
@BEMELON BEMELON added the py label Aug 26, 2024
Copy link
Contributor

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

2주차 건너띄고 3주차에 돌아오셨네요? ㅋㅋ 😆👍

for i in range(3, n + 1):
# dp[n] = dp[n - 1] + dp[n - 2]
# = dp[1] + dp[0]
dp[(i - 1) % 2] = sum(dp)
Copy link
Contributor

Choose a reason for hiding this comment

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

오, 창의적이십니다!

@BEMELON BEMELON requested review from highballplz and naringst and removed request for highballplz August 26, 2024 22:51
@BEMELON
Copy link
Contributor Author

BEMELON commented Aug 26, 2024

2주차 건너띄고 3주차에 돌아오셨네요?

갑자기 일이 너무 바빠져서 신경을 못썼더라구요 😂
루틴을 더 가져봐야겠어요 💪

Copy link
Contributor

Choose a reason for hiding this comment

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

혹시 v1 v2는 무슨 의미일까요?ㅎㅎ

Copy link
Contributor Author

Choose a reason for hiding this comment

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

앗, Follow-up 까지 풀어보려고 버전을 나눴는데, 메소드 명을 조금 더 변경해봐야겠네요 ㅎ

Copy link
Contributor

Choose a reason for hiding this comment

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

아 풀고 계신중이었군요 ㅎㅎ 버전이라고 예상했는데 확실하지 않아 여쭸습니다 답변 감사합니다!

@BEMELON BEMELON marked this pull request as ready for review August 27, 2024 15:01
@BEMELON BEMELON requested a review from a team as a code owner August 27, 2024 15:01
Copy link
Contributor

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 일찍 답안 제출해주셔서 감사합니다!

@BEMELON BEMELON merged commit cfcdd05 into DaleStudy:main Aug 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants