Skip to content

Commit e811d06

Browse files
committed
[BOJ] 7576 토마토 (G5)
1 parent 9aebb85 commit e811d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

심수연/9주차/260223.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def bfs():
1111
dx = [-1, 1, 0, 0]
1212
dy = [0, 0, -1, 1]
1313

14-
# multi source dfs
14+
# multi source bfs
1515
q = deque()
1616
for i in range(N):
1717
for j in range(M):

0 commit comments

Comments
 (0)