-
Notifications
You must be signed in to change notification settings - Fork 126
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
[kayden] Week 04 Solutions #414
Conversation
@kjb512 님, Week 설정이 안 되어 있는데 위 항목이 체크되어 있는 것 같습니다! 지난 주 PR에서도 동일한 실수를 하신 것 같은데.. 😆 |
매번 죄송합니다.. 😥 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
복잡도 관련 질문이 하나 있지만 승인하는데 문제 없을 것 같습니다. 수고하셨습니다!
word-search/kayden.py
Outdated
@@ -0,0 +1,38 @@ | |||
# 시간복잡도: O(N*M*4^limit) limit: word의 길이 | |||
# 공간복잡도: O(N) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
공간 복잡도가 어떻게 O(N)
이 나오셨나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
답변감사합니다! N*M으로 수정하였습니다!
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.