-
Notifications
You must be signed in to change notification settings - Fork 4
[19주차] 이지영 #261
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
[19주차] 이지영 #261
Conversation
BOJ/1000-5000번/JY_1938.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.
오,, 저는 가로, 세로에 대한걸 boolean
값으로 저장해서, 나중에 방문배열 처리할 때, 인덱스를 구하는 과정이 추가됐는데, 처음부터 가로, 세로에 대한 값을 int
로 설정하면 제가 추가로 한 과정이 필요없군요!!
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.
별건 아니지만,,, 문제 풀때 구조화할 수 있는 것은 생각해보고 구현하는 것 같습니다 ᄏᄏᄏᄏ 그래도 본인이 파악할 수 있게 쉽게 짜는 것이 젤 중요한 것 같아요,,, ᄒᄒᄒᄒᄒ
No description provided.