Yunsu's Log
Search
검색
다크 모드
라이트 모드
탐색기
태그: BFS
12건의 항목
2026년 1월 30일
LeetCode 199: Binary Tree Right Side View
Algorithm
Python
LeetCode
BFS
Binary-Tree
2026년 1월 30일
이진 트리 레벨별 오른쪽 노드 (Right Side View 원리)
Algorithm
Python
BFS
Binary-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일
2D 그리드에서 연결된 컴포넌트 찾기
Algorithm
Python
Graph
BFS
DFS
Grid