Skip to content

Commit 430b248

Browse files
authored
Update 9.py
1 parent d43b256 commit 430b248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5/9.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from collections import deque
22

3-
# BFS 메서드 정의
3+
# BFS 함수 정의
44
def bfs(graph, start, visited):
55
# 큐(Queue) 구현을 위해 deque 라이브러리 사용
66
queue = deque([start])

0 commit comments

Comments
 (0)