Skip to content

Commit fe791f1

Browse files
committed
Runtime 2413 ms (Top 59.9%) | Memory 60.0 MB (Top 72.73%)
1 parent 32bc381 commit fe791f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/T/Tree of Coprimes/Tree of Coprimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def getCoprimes(self, nums: List[int], edges: List[List[int]]) -> List[int]:
3737
temp.append([child, copy])
3838
q = temp
3939
depth += 1
40-
return ans
40+
return ans

0 commit comments

Comments
 (0)