We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa11ef commit 62a815bCopy full SHA for 62a815b
leetcode/weekly contests/week 209/Q1_special_array.py
@@ -1,3 +1,5 @@
1
+from typing import List
2
+
3
4
class Solution:
5
def specialArray(self, nums: List[int]) -> int:
0 commit comments