728x90
문제:https://www.acmicpc.net/problem/11047
비고:
-Greedy algorithm 활용(Optimal substructure, Greedy choice property)
-python3, divmod를 통해 몫과 나머지를 바로 구함
-난이도가 낮음
내소스코드:
boj.kr/d957b77f0a804e328ac66afd615ac0c6
728x90
'CS' 카테고리의 다른 글
[Algorithm]백준, 1931, 회의실배정 (0) | 2020.10.10 |
---|---|
[Algorithm]백준, 12845, 모두의 마블 (0) | 2020.10.10 |
[Algorithm]백준, 14852, 타일 채우기 3 (0) | 2020.10.10 |
[Algorithm]백준, 2133, 타일 채우기 (0) | 2020.10.10 |
[Algorithm]백준, 11727, 2×n 타일링 2 (0) | 2020.10.10 |