Skip to content

Conversation

dev-jonghoonpark
Copy link
Contributor

2주차 답안 제출합니다.

@SamTheKorean
Copy link
Contributor

종훈님이 이번주 문제들 폴더를 미리 만들어두셨는데 다른 분들이 pull해서 쓸 수 있게 다음 주 시작전에 머지하는 건 문제를 미리 확인할 수 있어서 별로 일까요? @DaleSeo 폴더 네이밍 관련해서 실수가 있을 수 있어서 말씀드립니다!. 아니면 저희가 직접 main에 폴더를 넣는게 좋을까요?

@DaleSeo
Copy link
Member

DaleSeo commented May 3, 2024

@SamTheKorean 네, 좋은 아이디어인 것 같아요! 미리 문제별로 폴더를 생성해두면 스터디 멤버들이 편하겠네요. 여기 PR 생성하였습니다: #44

@DaleSeo DaleSeo added the week2 label May 3, 2024
@DaleSeo DaleSeo added this to the week2 milestone May 3, 2024
Copy link
Member

@WhiteHyun WhiteHyun left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 👍🏼

Comment on lines +13 to +15
var temp = root.left;
root.left = root.right;
root.right = temp;
Copy link
Member

Choose a reason for hiding this comment

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

자바는 이게 참 귀찮은 거 같아요 ㅋㅋ

Copy link
Member

@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.

제 피드백을 고려해주셔서 감사합니다!

@DaleSeo DaleSeo merged commit bdb5680 into DaleStudy:main May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants