Skip to content

Mun: 4월 2주차 문제 풀이#37

Open
muncool39 wants to merge 2 commits intomainfrom
mun
Open

Mun: 4월 2주차 문제 풀이#37
muncool39 wants to merge 2 commits intomainfrom
mun

Conversation

@muncool39
Copy link
Copy Markdown
Member

@muncool39 muncool39 commented Apr 21, 2026

🔥 해결한 문제

백준


🚒 해결하지 못한 문제

원인 분석

정확하게 이해하지 못했습니다.

개선 계획



🚀 보완할 점

  • 문제 풀이를 빨리 해야될 것 같다!

@muncool39 muncool39 requested a review from gitseoyeon April 21, 2026 10:31
@muncool39 muncool39 self-assigned this Apr 21, 2026
Copy link
Copy Markdown
Member

@gitseoyeon gitseoyeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

바쁘신데 문제 푸시느라 고생하셨어요! 마지막 백준도 화이팅!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

풀이가 깔끔하시군여 굳입니다....👍🏻

Comment on lines +6 to +15
static class Node{
int x;
int y;
int broken;
public Node(int x,int y,int broken){
this.x = x;
this.y = y;
this.broken = broken;
}
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

객체를 만들어서 활용하니까 더 보기 쉬운거 같아요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants