[python] 벽 부수고 이동하기 (Baekjoon, 2206)
백준의 "벽 부수고 이동하기"문제(2206)를 BFS를 사용하여 해결한다.
Posted by
Seoyoung Lee
on June 14, 2020 ·
8 mins read
[python] 연구소 (Baekjoon, 14502)
백준의 "연구소" 문제(14502)를 BFS를 사용하여 해결한다.
Posted by
Seoyoung Lee
on June 10, 2020 ·
4 mins read
[python] 디스크 컨트롤러 (Programmers)
프로그래머스의 "디스크 컨트롤러" 문제(Level3)를 Heap을 사용하여 해결한다.
Posted by
Seoyoung Lee
on June 04, 2020 ·
4 mins read
[python] 더 맵게(Programmers), heapq 자료구조
프로그래머스의 "더 맵게"문제(Level2)를 Heap을 사용하여 해결한다.
Posted by
Seoyoung Lee
on June 01, 2020 ·
1 min read
[python] 서울에서 경산까지 (Programmers)
프로그래머스의 "서울에서 경산까지"문제(Level4)를 동적계획법을 사용하여 해결한다.
Posted by
Seoyoung Lee
on June 01, 2020 ·
6 mins read