Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mangodm-web] Week 06 Solutions #471

Merged
merged 3 commits into from
Sep 22, 2024
Merged

Conversation

mangodm-web
Copy link
Contributor

@mangodm-web mangodm-web commented Sep 19, 2024

답안 제출 문제

체크 리스트

  • PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 Status를 In Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@mangodm-web mangodm-web self-assigned this Sep 19, 2024
@mangodm-web mangodm-web requested a review from a team as a code owner September 19, 2024 02:28
@github-actions github-actions bot added the py label Sep 19, 2024


class Solution:
def spiralOrder(self, matrix: List[List[int]]) -> List[int]:
Copy link
Contributor

Choose a reason for hiding this comment

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

오 정말 깔끔한 풀이네요. 감탄하고 갑니다! 👍

Copy link
Contributor

@bky373 bky373 left a comment

Choose a reason for hiding this comment

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

주석에 작성해주신 Idea 가 이해하는 데 도움이 되었습니다! 고생하셨습니다!

@HC-kang
Copy link
Contributor

HC-kang commented Sep 21, 2024

@mangodm-web 님~
PR 승인하면서 놓친 부분인데, 우측 Project 의 status 도 In Review로 변경해주시면 좋을것같습니다~!

@mangodm-web
Copy link
Contributor Author

@HC-kang
감사합니다. 희찬님! 바로 반영했어요☺️

@SamTheKorean SamTheKorean merged commit 4109f2e into DaleStudy:main Sep 22, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

5 participants