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

시간 효율성을 요구하는 문제에서 입력 시간 줄이기 #2

Open
hyez opened this issue Jan 1, 2021 · 1 comment
Open
Labels

Comments

@hyez
Copy link
Owner

hyez commented Jan 1, 2021

import sys
input = sys.stdin.readline

시간 효율성을 요구하는 문제에서는 반드시 위의 코드를 써줘야 정상작동함 (훨씬 빠르게 작동)

@hyez hyez added the memo label Jan 1, 2021
@hyez
Copy link
Owner Author

hyez commented Jan 5, 2021

입출력 관련해서 많이 입력받는경우엔 sys.stdin.readlin을 쓰는게 빨라서 백준에선 시간을 줄이기 위해서 쓰는경우가 많습니다.
다만 삼성 sw코딩테스트 관련해서는 sys랑 itertool라이브러리가 사용불가능한걸로 알고있으니 이런경우 아니면 시간효율을 위해 쓰셔되요.

참고) ndb796/python-for-coding-test#100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant