-
Notifications
You must be signed in to change notification settings - Fork 4
[6주차] 배수빈 #78
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
Conversation
BOJ/5001-10000번/SB_9084.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.
저는 i
시작을 0
으로 설정해줘서, 범위에 벗어나면 continue
를 해주었는데
i
시작을 처음부터 c
로 시작해주면 되군요!!
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.
따로 Queue를 사용하지 않고 배열을 정렬해서 풀이하신 것 좋습니다,,,,👍
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.