Skip to content

Commit a7fe85d

Browse files
authored
Update find-number-of-coins-to-place-in-tree-nodes.py
1 parent 3dbc7df commit a7fe85d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/find-number-of-coins-to-place-in-tree-nodes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def iter_dfs():
4444
for u, v in edges:
4545
adj[u].append(v)
4646
adj[v].append(u)
47-
4847
return iter_dfs()
4948

5049

0 commit comments

Comments
 (0)