Skip to content

Commit a09bc66

Browse files
committed
2020.05.06, tree redundant connection exercise
1 parent 5650671 commit a09bc66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tree_684_findRedundantConnection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ def find(self, node, parents):
2222
while parents[node] != node:
2323
node = parents[node]
2424
return parents[node]
25-
25+

0 commit comments

Comments
 (0)