Skip to content

Conversation

TonyKim9401
Copy link
Contributor

@TonyKim9401 TonyKim9401 commented Sep 1, 2024

답안 제출 문제

체크 리스트

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

@TonyKim9401 TonyKim9401 requested a review from DaleSeo September 1, 2024 04:53
@TonyKim9401 TonyKim9401 marked this pull request as ready for review September 1, 2024 04:55
@TonyKim9401 TonyKim9401 requested a review from a team as a code owner September 1, 2024 04:55
Comment on lines +1 to +6
// TC: O(n * m * 4^k);
// -> The size of board: n * m
// -> Check 4 directions by the given word's length: 4^k
// SC: O(n * m + k)
// -> boolean 2D array: n * M
// -> recursive max k spaces
Copy link
Member

Choose a reason for hiding this comment

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

와, 지난 주 대비 복잡도 분석이 갑자기 확 느신 느낌입니다! 👍

  visit object create only once
@TonyKim9401 TonyKim9401 requested a review from DaleSeo September 2, 2024 06:10
  Reduced time complexity reflecting code review from Dale
@TonyKim9401 TonyKim9401 requested a review from DaleSeo September 3, 2024 05:57
  Code refactoring
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.

항상 1등으로 답안 제출 멋지십니다! 😎👍

  Code refactoring for reducing SC
@TonyKim9401 TonyKim9401 requested a review from DaleSeo September 4, 2024 03:57
@TonyKim9401 TonyKim9401 merged commit 08a3a2b into DaleStudy:main Sep 4, 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.

2 participants