Skip to content
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

[crispy] Week 1 Solution explanation #313

Merged
merged 9 commits into from
Aug 16, 2024
Merged

[crispy] Week 1 Solution explanation #313

merged 9 commits into from
Aug 16, 2024

Conversation

@heozeop heozeop self-assigned this Aug 12, 2024
@yolophg
Copy link
Contributor

yolophg commented Aug 12, 2024

안녕하세요, 코치 Helena 입니다.
아래 사진과 같이 Projects 에서 iteration 설정도 같이 부탁드립니다!
이번엔 제가 해두었는데, 원할한 스터디 그룹 진도 관리와 통계를 위해서 중요한 부분이니 다음 이터레이션부터는 해주시면 감사드리겠습니다 :)
Screenshot 2024-08-12 at 11 41 08

@heozeop heozeop marked this pull request as ready for review August 14, 2024 15:07
}
}

sort(numbers.begin(), numbers.end());
Copy link
Contributor

@bky373 bky373 Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다른 문제에서도 그렇고, 이 문제 역시 깔끔하게 해결하신 것 같습니다!
다만 현재는 큐를 한 번 순회하고, 정렬을 위해 다시 한 번 순회하여 총 두 번의 순회를 하고 있는데,
한 번의 순회만으로도 문제를 해결할 수 있을 것 같습니다!

@heozeop heozeop added the c++ label Aug 16, 2024
@heozeop heozeop merged commit 635ceb9 into DaleStudy:main Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

4 participants