add Day8#33
Merged
summer2788 merged 1 commit intomainfrom Jul 11, 2024
Hidden character warning
The head ref may contain hidden characters: "8\uc77c\ucc28_Jongeun"
Merged
Conversation
Closed
|
우측에 있는 |
jihostudy
approved these changes
Jul 10, 2024
Member
jihostudy
left a comment
There was a problem hiding this comment.
JS에서는 /가 몫연산을 안해줘서 Math.floor / Math.truc 2개가 따로 존재하는데 역시 언어마다 다르네요.
Contributor
Author
맞아요 역시 자기의 주언어를 깊게 파는 것이 중요한 것 같습니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Day-8 / 박종은
문제 번호
(Optional) 공유하고 싶은 내용
Median of Two Sorted Arrays 를 푸느라 고생했다
hard 난이도 중에 가장 어려웠다. easy 2개를 풀 때 hard 하나를 푸는 식으로 시간 배분을 잘해야겠다.
또한 c++ 나누기(/) 연산이 음수를 나눌 때 truncates to zero 한다는 것을 잊고 있었다. 이것때문에 시간 좀 날렸다. 기본에 충실하자