Skip to content

[week 7] jun #70

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[week 7] jun #70

wants to merge 1 commit into from

Conversation

Gjuni
Copy link
Collaborator

@Gjuni Gjuni commented Nov 13, 2024

Problem: 회전초밥
Issue[#7 ] (#64)

문제

시행착오

큐를 썼다가 복잡해져서 투포인터를 사용 근데 안풀림

최종 알고리즘 설계

투포인터

최악 수행 시간 복잡도

  • O(n*m)

특이 사항 (Optional)

Problem: 용액
Issue[#7 ] (#64)

문제

시행착오

이진탐색이 아닌 브루트포스여서 시도했다가 틀림

최종 알고리즘 설계

이진탐색

최악 수행 시간 복잡도

  • O(nlogn)

특이 사항 (Optional)

@Gjuni Gjuni linked an issue Nov 13, 2024 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Week07] Jun
1 participant