mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00: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:
parent
34dee749a7
commit
2ad5be9919
|
@ -1,6 +1,8 @@
|
|||
"""pseudo-code"""
|
||||
|
||||
"""
|
||||
BFS.
|
||||
|
||||
pseudo-code:
|
||||
|
||||
BFS(graph G, start vertex s):
|
||||
// all nodes initially unexplored
|
||||
mark s as explored
|
||||
|
|
Loading…
Reference in New Issue
Block a user