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

[환미니니] Week5 문제풀이 #457

Merged
merged 1 commit into from
Sep 14, 2024
Merged

Conversation

JEONGHWANMIN
Copy link
Contributor

@JEONGHWANMIN JEONGHWANMIN commented Sep 14, 2024

답안 제출 문제

체크 리스트

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

@JEONGHWANMIN JEONGHWANMIN self-assigned this Sep 14, 2024
@JEONGHWANMIN JEONGHWANMIN requested a review from a team as a code owner September 14, 2024 00:51
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.

깔끔하게 문제를 풀어주셨네요! 고생하셨습니다~

@JEONGHWANMIN JEONGHWANMIN merged commit ea9b6b4 into DaleStudy:main Sep 14, 2024
3 checks passed
@@ -0,0 +1,60 @@
// 시간복잡도
// insert: O(L), search: O(L), startsWith: O(L)
// 공간복잡도: O(N * L)
Copy link
Contributor

Choose a reason for hiding this comment

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

아 전에 리뷰할 때 놓쳤는데 공간복잡도가 O(N * L) 인 이유를 알 수 있을까요? (머지 이후 말씀드려 죄송합니다 ㅠㅠ)

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