We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dee74 commit 2ad5be9Copy full SHA for 2ad5be9
graphs/BFS.py
@@ -1,6 +1,8 @@
1
-"""pseudo-code"""
2
-
3
"""
+BFS.
+
4
+pseudo-code:
5
6
BFS(graph G, start vertex s):
7
// all nodes initially unexplored
8
mark s as explored
0 commit comments