-
Notifications
You must be signed in to change notification settings - Fork 0
2회차 #4
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
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.
수고하셨습니다!
input = sys.stdin.readline | ||
|
||
n = int(input()) | ||
counts = [0] * 10_001 |
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.
이런식으로 선언할수도 있군요!
## Python | ||
### Sort | ||
- Python 내부에서는 Tim sort를 사용한다고 한다. | ||
- https://d2.naver.com/helloworld/0315536 |
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.
👍
문제
배운점
sort()
,sorted()
, ... 사용하기 보다 손으로 직접 다 치면서 복습한게 도움이 많이 되었던 것 같습니다.아쉬웠던 점
다음 회차 계획