Skip to content

Commit 2ad5be9

Browse files
PatOnTheBackcclauss
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 34dee74 commit 2ad5be9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

graphs/BFS.py

+4-2
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)