mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-19 19:03:02 +08:00
psf/black code formatting (#1277)
This commit is contained in:

committed by
Christian Clauss

parent
07f04a2e55
commit
9eac17a408
@ -75,7 +75,7 @@ def main():
|
||||
10: [],
|
||||
11: [],
|
||||
12: [],
|
||||
13: []
|
||||
13: [],
|
||||
}
|
||||
level, parent = bfs(level, parent, max_node, graph, 1)
|
||||
parent = creatSparse(max_node, parent)
|
||||
|
Reference in New Issue
Block a user