Skip to content

Commit dcdb675

Browse files
committed
Runtime: 527 ms (Top 22.03%) | Memory: 24.7 MB (Top 71.19%)
1 parent 129c063 commit dcdb675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/algorithms/C/Check If It Is a Good Array/Check If It Is a Good Array.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Runtime: 527 ms (Top 22.03%) | Memory: 24.7 MB (Top 71.19%)
12
class Solution:
23
def isGoodArray(self, nums: List[int]) -> bool:
34
def gcd(a,b):

0 commit comments

Comments
 (0)