Skip to content

Conversation

nhistory
Copy link
Contributor

@nhistory nhistory commented Aug 1, 2024

No description provided.

@nhistory nhistory marked this pull request as ready for review August 3, 2024 20:42
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.

완주를 축하드립니다! 🎖️

Comment on lines +2 to +11
while (b !== 0) {
if (b > 0) {
a++;
b--;
} else {
b++;
a--;
}
}
return a;
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
Contributor Author

Choose a reason for hiding this comment

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

비트 연산자로 풀었어야 출제자의 의도에 부합하는건데 ㅎㅎ 이런 풀이도 있더라고요

Copy link
Contributor

@dev-jonghoonpark dev-jonghoonpark left a comment

Choose a reason for hiding this comment

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

풀이 잘 보았습니다.
마지막 주차까지 고생 많으셨습니다...!

sum-of-two-integers 의 해결법은 저도 다른 사람 풀이 봤을 때 봤었던 방법이네요 🤣

@nhistory
Copy link
Contributor Author

nhistory commented Aug 4, 2024

수고많으셨어요 감사합니다 🎉🎉 @DaleSeo

@nhistory nhistory merged commit c60cd1d into DaleStudy:main Aug 4, 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.

3 participants