Skip to content

Commit 62a815b

Browse files
committed
changes
1 parent 2fa11ef commit 62a815b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

leetcode/weekly contests/week 209/Q1_special_array.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from typing import List
2+
13

24
class Solution:
35
def specialArray(self, nums: List[int]) -> int:

0 commit comments

Comments
 (0)