Skip to content

[2025-04-17] gwangseok #466#469

Open
c0natus wants to merge 1 commit intomainfrom
gwangseok-#466
Open

[2025-04-17] gwangseok #466#469
c0natus wants to merge 1 commit intomainfrom
gwangseok-#466

Conversation

@c0natus
Copy link
Copy Markdown
Collaborator

@c0natus c0natus commented Apr 18, 2025

PR Summary

<풀이 시간>

1시간+

<문제 회고>

처음엔 greedy로 접근하였다.
계속 틀려서 반례를 못 찾고 질문 게시판을 보고 greedy로 안 된다는 것을 깨달았다.
이후, 다들 BFS나 DFS로 풀었길래 해당 방법을 생각해봤는데 딱히 방법이 떠오르지 않았다.
입력 크기를 보고 완전탐색으로 해도 괜찮다고 느꼈다.

O($K \times (_7C_2)^2$)로 잘 통과 된다.
허무했다. 골드 2라서 쫄았다.

@c0natus c0natus requested review from blaire-pi and sungchan1 April 18, 2025 13:51
@c0natus c0natus self-assigned this Apr 18, 2025
@c0natus c0natus linked an issue Apr 18, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[2025-04-17]: 교환

1 participant