본문 바로가기
알고리즘/백준

#1.그리디(Greedy) 알고리즘 백준 로드맵, Python 풀이

by 말랭쓰 2021. 7. 3.
320x100

1. Greedy Algorithm

최적의 답을 찾기 위한 선택으로, 주로 최대 / 최소의 해답찾는 문제에 많이 사용된다.


그리디 알고리즘 로드맵은 https://covenant.tistory.com/131를 참고했습니다.

풀이를 클릭하면 문제와 풀이(Python)를 볼 수 있습니다.

728x90

백준 문제(난이도 순서)

  1. 동전 0 (11047번)                        풀이: https://sunwoo-725.tistory.com/56
  2. ATM (11399번)                          풀이: https://sunwoo-725.tistory.com/57
  3. 로프 (2217번)                             풀이: https://sunwoo-725.tistory.com/58
  4. 강의실 배정 (11000번)                 풀이: https://sunwoo-725.tistory.com/59
  5. 시험 감독 (13458번)                    풀이: https://sunwoo-725.tistory.com/60
  6. 신입 사원 (1946번)                      풀이: https://sunwoo-725.tistory.com/61
  7. 캠핑 (4796번)                              풀이: https://sunwoo-725.tistory.com/62
  8. 모두의 마블 (12845번)                  풀이: https://sunwoo-725.tistory.com/63
  9. 회의실 배정 (1931번)                    풀이: https://sunwoo-725.tistory.com/64
  10. 멀티탭 스케줄링 (1700번)            풀이: https://sunwoo-725.tistory.com/65
  11. DNA (1969번)                            풀이: https://sunwoo-725.tistory.com/66
300x250
반응형

'알고리즘 > 백준' 카테고리의 다른 글

[Python] 백준 13458번: 시험 감독  (0) 2021.07.03
[Python] 백준 11000번: 강의실 배정  (0) 2021.07.03
[Python] 백준 2217번: 로프  (0) 2021.07.03
[Python] 백준 11399번: ATM  (0) 2021.07.03
[Python] 백준 11047번: 동전 0  (0) 2021.07.03

댓글