Skip to content

Mun: 9월 1주차 문제 풀이 - #77

Open
muncool39 wants to merge 2 commits into
mainfrom
mun
Open

Mun: 9월 1주차 문제 풀이#77
muncool39 wants to merge 2 commits into
mainfrom
mun

Conversation

@muncool39

Copy link
Copy Markdown
Member

🔥 해결한 문제

릿코드


🚒 해결하지 못한 문제

원인 분석

개선 계획


💡 새롭게 알게된 점


🚀 보완할 점

  • 시간을 들여서 생각해보기

@muncool39 muncool39 self-assigned this Sep 10, 2026

@gitseoyeon gitseoyeon 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.

이번주차도 고생 많았어요~~!! 프로젝트 마무리 잘하시길 👏🏻

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 +10 to +11
List<Integer> before = list.get(i-1);
List<Integer> now = new ArrayList<>();

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