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

[EGON] Week14 Solutions #595

Merged
merged 5 commits into from
Nov 17, 2024
Merged

[EGON] Week14 Solutions #595

merged 5 commits into from
Nov 17, 2024

Conversation

EgonD3V
Copy link
Contributor

@EgonD3V EgonD3V commented Nov 14, 2024

답안 제출 문제

체크 리스트

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

@EgonD3V EgonD3V added the py label Nov 14, 2024
@EgonD3V EgonD3V requested a review from HC-kang November 14, 2024 07:17
@EgonD3V EgonD3V self-assigned this Nov 14, 2024
@EgonD3V EgonD3V requested a review from a team as a code owner November 14, 2024 07:17
Copy link
Contributor

@HC-kang HC-kang left a comment

Choose a reason for hiding this comment

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

이번 한 주도 고생 많으셨습니다! 이제 한 주만 더 화이팅입니다!!

> O(32) * 4 ~= O(1)
"""
def solve(self, n: int) -> int:
return int(str(n).zfill(32)[::-1], 2)
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

2. n == board[i].length
3. 1 <= m, n <= 12
4. board[i][j] is a lowercase English letter.
5. 1 <= words.length <= 3 * 104
Copy link
Contributor

Choose a reason for hiding this comment

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

104가 뭘까 한참 고민했네요..ㅎㅎ �오탈자인것 같습니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

오탈자는 아니고 그냥 문제 제약사항 복붙입니다 이번 주도 수고 많으셨습니다

@SamTheKorean SamTheKorean merged commit fad730e into DaleStudy:main Nov 17, 2024
3 checks 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