-
-
Notifications
You must be signed in to change notification settings - Fork 195
[forest000014] Week 11 #1042
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
[forest000014] Week 11 #1042
Conversation
* } | ||
*/ | ||
class Solution { | ||
public int ans = -30_000_001; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
int 에서 최솟값을 초기화 하는거라면 Integer.MIN_VALUE를 사용하면 어떨까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아아 넵 그런 방법이 있었군요! 다음 번 풀이부터는 사용해보겠습니다 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forest님 문제 풀이 고생 많으셨습니다!
코멘트 달아둔 내용 외에는 풀이가 잘 되어있는것 같습니다.
코드에 대한 설명이 있을때도 있고 없을때도 있어서 혹시 시간이 되신다면 일관성을 유지해주시면 더욱 좋을것 같습니다.
12주차 문제 풀이도 파이팅입니다!
넵 시간이 될 때는 최대한 설명도 함께 적으려고 하는데, 시간이 없다는 핑계로 좀 게을리 할 때도 있었습니다 ㅠㅠ 노력해보겠습니다! |
답안 제출 문제
Week 02
Week 09
Week 10
Week 11
체크 리스트
In Review
로 설정해주세요.