mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 02:13:15 +08:00
Modified Docstrings to Fix Errors (#975)
I modified the Docstrings at the beginning of the file to fix D400, W0105, and E402.
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
"""pseudo-code"""
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
BFS.
|
||||||
|
|
||||||
|
pseudo-code:
|
||||||
|
|
||||||
BFS(graph G, start vertex s):
|
BFS(graph G, start vertex s):
|
||||||
// all nodes initially unexplored
|
// all nodes initially unexplored
|
||||||
mark s as explored
|
mark s as explored
|
||||||
|
Reference in New Issue
Block a user