Skip to content

Min: 8월 1주차 문제 풀이 - #65

Merged
muncool39 merged 2 commits into
uploadfrom
min
Aug 9, 2026
Merged

Min: 8월 1주차 문제 풀이#65
muncool39 merged 2 commits into
uploadfrom
min

Conversation

@gitseoyeon

Copy link
Copy Markdown
Member

🔥 해결한 문제

LeetCode

프로그래머스


🚒 해결하지 못한 문제

원인 분석

  • 문제 해결 방안을 떠올리지 못했습니다.

개선 계획

  • 다른 풀이들을 참고해서 다시 풀어보겠습니다

💡 새롭게 알게된 점


🚀 보완할 점

@gitseoyeon
gitseoyeon requested a review from muncool39 August 6, 2026 10:38
@gitseoyeon gitseoyeon self-assigned this Aug 6, 2026

@muncool39 muncool39 left a comment

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 +26 to +27
if (n1 == null && n2 == null) continue;
if (n1 == null || n2 == null) 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.

조건을 &&와 ||로 처리하신 점이 인상깊었습니다!

@muncool39
muncool39 changed the base branch from main to upload August 9, 2026 14:21
@muncool39
muncool39 merged commit 7e28391 into upload Aug 9, 2026
@muncool39
muncool39 deleted the min branch August 9, 2026 14:21
muncool39 added a commit that referenced this pull request Aug 9, 2026
* Min: 8월 1주차 문제 풀이 (#65)

* solve: Same Tree

* solve: Symmetric Tree

* Mun: 8월 1주차 문제 풀이 (#64)

* solve: same tree

* solve: Symmetric Tree

---------

Co-authored-by: SeoYeon Min <126096318+gitseoyeon@users.noreply.github.com>
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