Skip to content

Mun: 5월 2주차 문제 풀이#43

Open
muncool39 wants to merge 2 commits into
mainfrom
mun
Open

Mun: 5월 2주차 문제 풀이#43
muncool39 wants to merge 2 commits into
mainfrom
mun

Conversation

@muncool39
Copy link
Copy Markdown
Member

@muncool39 muncool39 commented May 12, 2026

🔥 해결한 문제

릿코드


🚒 해결하지 못한 문제

원인 분석

개선 계획


💡 새롭게 알게된 점


🚀 보완할 점

@muncool39 muncool39 requested a review from gitseoyeon May 12, 2026 07:21
@muncool39 muncool39 self-assigned this May 12, 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.

이번주차도 고생하셨습니다! 풀이 잘봤어용 👍🏻

break;
}
String str = s.substring(i, i+2);
if(map.containsKey(str)) {
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.

따로 연산하지 않고 미리 map에 값을 저장해두니까 간단하게 판별할 수 있어서 좋은거같습니다!

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