Skip to content

[20260226] BOJ / G5 / 두개의 탑 / 이인희#1972

Merged
ShinHeeEul merged 1 commit intomainfrom
LiiNi-coder
Feb 26, 2026
Merged

[20260226] BOJ / G5 / 두개의 탑 / 이인희#1972
ShinHeeEul merged 1 commit intomainfrom
LiiNi-coder

Conversation

@LiiNi-coder
Copy link
Copy Markdown
Contributor

🧷 문제 링크

https://www.acmicpc.net/problem/2118

🧭 풀이 시간

65분

👀 체감 난이도

✏️ 문제 설명

  • 원형에서 N개의 지점이 위치해있고, 이들간의 거리가 주어짐. 이때 두 개의 지점을 선택하여 가장 거리가 최대가 되도록할때 그 거리 최댓값 출력

🔍 풀이 방법

  • 누적합 + 이분탐색

⏳ 회고

  • 원형일때, 당황하였는데 다른 풀이를 참고하니 2배늘리는 방식을 쓰더라

@LiiNi-coder LiiNi-coder added the hint 💡 반례를 참고했거나 힌트를 얻고 풀었을 때 label Feb 26, 2026
@ShinHeeEul ShinHeeEul merged commit abe86a4 into main Feb 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hint 💡 반례를 참고했거나 힌트를 얻고 풀었을 때

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants