Skip to content

Solve(binary_search): BOJ 17179 "케이크 자르기" 문제 풀이#143

Open
longrunpc wants to merge 1 commit into
solvedfrom
boj/17179
Open

Solve(binary_search): BOJ 17179 "케이크 자르기" 문제 풀이#143
longrunpc wants to merge 1 commit into
solvedfrom
boj/17179

Conversation

@longrunpc

Copy link
Copy Markdown
Contributor

📘 문제 정보


✅ 정답(PR)인 경우 작성

1) 최종 풀이 요약

  • 해결 방법 핵심: 잘라서 만들 수 있는 최대 길이를 이분탐색을 활용하여 분할하여 모든 구간을 검증하여 최대 길이를 구함
  • 사용한 알고리즘/자료구조: 이분 탐색

2) 시간/공간 복잡도

  • 시간 복잡도: O(NMlog(L))
  • 공간 복잡도: O(M)

📝 기타

  • 문제를 보고 바로 이분 탐색인 것을 인지하였지만, 다른 좀 더 효율적인 풀이를 만들기 위해(그리디) 노력하였지만 실패하였다.

@longrunpc longrunpc self-assigned this Apr 14, 2026
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.

1 participant