Skip to content

Commit 50f7945

Browse files
committed
Runtime: 107 ms (Top 60.66%) | Memory: 14.9 MB (Top 70.68%)
1 parent 230feeb commit 50f7945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/D/Duplicate Zeros/Duplicate Zeros.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Runtime: 107 ms (Top 60.66%) | Memory: 14.9 MB (Top 70.68%)
12
class Solution:
23
def duplicateZeros(self, arr: List[int]) -> None:
34
"""
@@ -11,4 +12,3 @@ def duplicateZeros(self, arr: List[int]) -> None:
1112
i+=1
1213
arr.pop()
1314
i+=1
14-

0 commit comments

Comments
 (0)