Skip to content

Min: 5월 1주차 문제 풀이#41

Open
gitseoyeon wants to merge 3 commits intomainfrom
min
Open

Min: 5월 1주차 문제 풀이#41
gitseoyeon wants to merge 3 commits intomainfrom
min

Conversation

@gitseoyeon
Copy link
Copy Markdown
Member

🔥 해결한 문제

LeetCode

프로그래머스


🚒 해결하지 못한 문제

원인 분석

개선 계획


💡 새롭게 알게된 점


🚀 보완할 점

@gitseoyeon gitseoyeon requested a review from muncool39 May 5, 2026 10:53
@gitseoyeon gitseoyeon self-assigned this May 5, 2026
Copy link
Copy Markdown
Member

@muncool39 muncool39 left a comment

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 +9
if(s.equals(reverse)) {
return true;
}
return false;
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.

해당 return 을 s.equals(reverse)로 할 수도 있을 것 같아요!

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