Skip to content

Conversation

ijlijijij
Copy link
Contributor

@ijlijijij ijlijijij commented Sep 2, 2024

답안 제출 문제

체크 리스트

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

@ijlijijij ijlijijij self-assigned this Sep 2, 2024
@github-actions github-actions bot added the py label Sep 2, 2024
@ijlijijij ijlijijij requested a review from kim-young September 2, 2024 11:19
@DaleSeo
Copy link
Member

DaleSeo commented Sep 2, 2024

PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.

@kjb512 님, Week 설정이 안 되어 있는데 위 항목이 체크되어 있는 것 같습니다! 지난 주 PR에서도 동일한 실수를 하신 것 같은데.. 😆

@ijlijijij
Copy link
Contributor Author

PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.

@kjb512 님, Week 설정이 안 되어 있는데 위 항목이 체크되어 있는 것 같습니다! 지난 주 PR에서도 동일한 실수를 하신 것 같은데.. 😆

매번 죄송합니다.. 😥

@ijlijijij ijlijijij marked this pull request as ready for review September 5, 2024 16:47
@ijlijijij ijlijijij requested a review from a team as a code owner September 5, 2024 16:47
Copy link
Member

@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,38 @@
# 시간복잡도: O(N*M*4^limit) limit: word의 길이
# 공간복잡도: O(N)
Copy link
Member

Choose a reason for hiding this comment

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

공간 복잡도가 어떻게 O(N)이 나오셨나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

답변감사합니다! N*M으로 수정하였습니다!

@ijlijijij ijlijijij merged commit 9ae8457 into DaleStudy:main Sep 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants