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:
PatOnTheBack 2019-07-10 16:00:30 -04:00 committed by cclauss
parent 34dee749a7
commit 2ad5be9919

View File

@ -1,6 +1,8 @@
"""pseudo-code"""
"""
BFS.
pseudo-code:
BFS(graph G, start vertex s):
// all nodes initially unexplored
mark s as explored