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

[sun]Week4 문제풀이 #426

Merged
merged 7 commits into from
Sep 10, 2024
Merged

[sun]Week4 문제풀이 #426

merged 7 commits into from
Sep 10, 2024

Conversation

sun912
Copy link
Contributor

@sun912 sun912 commented Sep 5, 2024

답안 제출 문제

  • valid-palindrome
  • Missing Number
  • Longest Consecutive Sequence
  • Word Search
  • Maximum Product Subarray

체크 리스트

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

@sun912 sun912 added the py label Sep 5, 2024
@sun912 sun912 requested a review from a team as a code owner September 5, 2024 01:06
Copy link
Contributor

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

복잡도 관련해서 질문이 있지만 승인하는데는 문제되지 않을 것 같습니다. 수고하셨습니다.

@@ -0,0 +1,41 @@
"""
TC: O(ROWS*COLS*4^word length)
SC: O(ROWS*COLS*word length)
Copy link
Contributor

Choose a reason for hiding this comment

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

공간 복잡도를 다른 분들보다 좀 크게 보시는 것 같네요? 설명 좀 해주실 수 있으실까요?

@sun912 sun912 merged commit 8246eb1 into DaleStudy:main Sep 10, 2024
1 check 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.

2 participants