We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aebb85 commit e811d06Copy full SHA for e811d06
심수연/9주차/260223.py
@@ -11,7 +11,7 @@ def bfs():
11
dx = [-1, 1, 0, 0]
12
dy = [0, 0, -1, 1]
13
14
- # multi source dfs
+ # multi source bfs
15
q = deque()
16
for i in range(N):
17
for j in range(M):
0 commit comments