-
Notifications
You must be signed in to change notification settings - Fork 4
[23주차] 이지영 #313
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
[23주차] 이지영 #313
Conversation
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.
저는 일차원 배열을 사용하고, idx 값을 계속 바꿔나가는 형식으로 했는데, 큐를 사용해서 계속 값을 뽑는 방법도 좋네요!!
근데 질문이 있는데요! 큐에서 맨 처음 값을 poll 하고 다시 큐에 add하는 과정은 필요 없는건가요?,,, 맨 마지막 숫자를 사용하면 다시 처음의 숫자를 사용해야 되는데, 이 부분을 어떻게 처리하는건지 궁금합니다!
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.
여기에 벽면에는 충분히 많은 숫자가 있어서 다 쓸 걱정은 안해도된다길래 ᄒᄒᄒ 큐에서 poll()만 구현했습니다!
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.
깔꼼.😼
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.