Skip to content

Commit 263157d

Browse files
PatOnTheBackstokhos
authored andcommitted
Modified Docstrings to Fix Errors (TheAlgorithms#975)
I modified the Docstrings at the beginning of the file to fix D400, W0105, and E402.
1 parent 162f0f9 commit 263157d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

graphs/BFS.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
"""pseudo-code"""
2-
31
"""
2+
BFS.
3+
4+
pseudo-code:
5+
46
BFS(graph G, start vertex s):
57
// all nodes initially unexplored
68
mark s as explored

0 commit comments

Comments
 (0)