Skip to content

[20260221] BOJ / G4 / Puyo Puyo / 이준희#1953

Merged
JHLEE325 merged 1 commit intomainfrom
JHLEE325
Feb 21, 2026
Merged

[20260221] BOJ / G4 / Puyo Puyo / 이준희#1953
JHLEE325 merged 1 commit intomainfrom
JHLEE325

Conversation

@JHLEE325
Copy link
Contributor

🧷 문제 링크

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

🧭 풀이 시간

50분

👀 체감 난이도

✏️ 문제 설명

뿌요뿌요 게임을 구현하는 문제입니다.

🔍 풀이 방법

bfs를 이용하여 4개 이상 붙어있는 것을 터트리고
이에 따른 연쇄적인 뿌요뿌요를 구현하는 문제입니다.
한 턴에 터지는 것을 1연쇄라고 하고, 최종적으로 몇 연쇄인지 구하는 문제입니다.

⏳ 회고

내일부터는 프로그래머스를 풀어야할 것 같습니다.
오늘 코딩테스트에서 기본적인 Array.length에 () 붙혀서 삽질해서 기분이 안좋습니다

@JHLEE325 JHLEE325 added the success 👍 해설을 보지 않고 풀었을 때 label Feb 21, 2026
@JHLEE325 JHLEE325 merged commit bf8cb6d into main Feb 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

success 👍 해설을 보지 않고 풀었을 때

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant