반응형
1. 수학
- math.gcd(), math.pi, math.e, math.sqrt(), math.factorial(), math.ceil(), math.floor(), math.trunc(), math.round()
- abs, sum, int, float, min, max
2. 문자열
- str.isdecimal(), str.isdigit(), str.isalpha(), str.isnumeric()
- str.toupper(), str.tolower(), str.lower(), str.upper()
3. 이진탐색
- bisect
4. 내장함수
- zip, enumerate, divmod, ord, chr, eval
5. 순열/조합
- itertools: permutations, combinations, product, combinations_with_replacement
반응형
'코딩테스트 > 코딩테스트(Python)' 카테고리의 다른 글
[코딩테스트] Python - 기본점검: 자료구조 (0) | 2025.04.09 |
---|---|
[코딩테스트] Python - 학습로드맵 (0) | 2025.02.14 |
[코딩테스트] Python - 알고리즘 추천 문제 (0) | 2025.02.09 |
[코딩테스트] Python- 알고리즘 (0) | 2025.02.09 |
[코딩테스트] Python - 자료구조 추천 문제 (1) | 2025.02.09 |