Yunsu's Log
Search
검색
다크 모드
라이트 모드
탐색기
태그: Graph
13건의 항목
2026년 1월 20일
BOJ 11725: 트리의 부모 찾기
Algorithm
Python
DFS
Graph
Tree
2026년 1월 20일
BOJ 14940: 쉬운 최단거리
Algorithm
Python
BFS
Graph
2026년 1월 20일
BOJ 1697: 숨바꼭질
Algorithm
Python
BFS
Graph
2026년 1월 20일
BOJ 2178: 미로 탐색
Algorithm
Python
BFS
Graph
2026년 1월 20일
BOJ 7576: 토마토
Algorithm
Python
BFS
Graph
2026년 1월 17일
BOJ 1012: 유기농 배추
Algorithm
Python
BOJ
Graph
BFS
Grid
2026년 1월 17일
BOJ 1260: DFS와 BFS
Algorithm
Python
BOJ
Graph
DFS
BFS
2026년 1월 17일
BOJ 2606: 바이러스
Algorithm
Python
BOJ
Graph
BFS
2026년 1월 17일
BFS (너비 우선 탐색)
Algorithm
Python
Graph
BFS
2026년 1월 17일
연결된 컴포넌트 찾기 (Connected Components)
Algorithm
Python
Graph
BFS
DFS
2026년 1월 17일
DFS (깊이 우선 탐색)
Algorithm
Python
Graph
DFS
2026년 1월 17일
2D 그리드에서 연결된 컴포넌트 찾기
Algorithm
Python
Graph
BFS
DFS
Grid
2026년 1월 16일
Set을 이용한 전염/확산 추적
Algorithm
Python
Data-Structure
Graph