-
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
[EGON] Week14 Solutions #595
Conversation
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(32) * 4 ~= O(1) | ||
""" | ||
def solve(self, n: int) -> int: | ||
return int(str(n).zfill(32)[::-1], 2) |
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.
👍
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 |
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.
104가 뭘까 한참 고민했네요..ㅎㅎ �오탈자인것 같습니다!
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.
오탈자는 아니고 그냥 문제 제약사항 복붙입니다 이번 주도 수고 많으셨습니다
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.