-
Notifications
You must be signed in to change notification settings - Fork 4
[8주차] 고다혜 #108
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
[8주차] 고다혜 #108
Conversation
CodeTree/2017-2018년/DH_방화벽_설치하기.java
Outdated
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.
배열 위치를 하나의 인덱스로 깔끔하게 넘겨주는거...!!! 배우고갑니다!!
CodeTree/2017-2018년/DH_방화벽_설치하기.java
Outdated
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.
미리 센 빈칸으로 불 안난 곳 깔끔하게 구하는것도 같이 배워갑니닷😎
BOJ/1000-5000번/DH_1911.java
Outdated
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.
while문을 사용해서 널빤지의 개수를 구해줬는데, 나누기, 나머지 연산을 활용해서 구해주는게 효율적일 것 같아요!!
BOJ/5001-10000번/DH_9342.java
Outdated
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.
아하 String
에 직접 matches
를 쓰면 되는군요🤔
문자열 메서드 다 까먹어버렸네요..
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.
오호 저도 import java.util.regex.Pattern
로 정규표현식 사용해야하는줄 알았는데 matches
를 사용할 수 있군요! 관련해서 한번 공부해봐야겠어요👍
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.
t2 + 1만으로도 될 줄 알았는데, t2 + 2 해야됨,,, ᅲ - ᅲ
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.
크큭 온도 감소하는 부분 때문에 +2 해야하는 걸로 압니다
저도 그렇게 하려다가 그냥 조건문으로 경계체크해줬네요...
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.
PK 값으로 쓰기!
No description provided.