We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bc381 commit fe791f1Copy full SHA for fe791f1
scripts/algorithms/T/Tree of Coprimes/Tree of Coprimes.py
@@ -37,4 +37,4 @@ def getCoprimes(self, nums: List[int], edges: List[List[int]]) -> List[int]:
37
temp.append([child, copy])
38
q = temp
39
depth += 1
40
- return ans
+ return ans
0 commit comments