[python] 힙(heap)
heap에 대해 알아보고 python의 내장모듈인 heapq를 사용한다.
Posted by
Seoyoung Lee
on June 01, 2020 ·
1 min read
[python] 카드게임(Programmers)
프로그래머스의 "카드 게임"문제(Level4)를 동적계획법을 사용하여 해결한다.
Posted by
Seoyoung Lee
on May 31, 2020 ·
4 mins read
[python] Kruskal알고리즘 구현
python으로 크루스칼 알고리즘을 구현해본다.
Posted by
Seoyoung Lee
on May 29, 2020 ·
4 mins read
[python] Dynamic Programming
python으로 동적계획법(DP)을 사용해본다.
Posted by
Seoyoung Lee
on May 29, 2020 ·
1 min read
[python] BFS/DFS 구현
python으로 BFS(너비 우선 탐색)와 DFS(깊이 우선 탐색)를 구현해본다.
Posted by
Seoyoung Lee
on May 28, 2020 ·
3 mins read