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 f0c3e97 commit 5ccf844Copy full SHA for 5ccf844
Python/find-target-indices-after-sorting-array.py
@@ -1,3 +1,6 @@
1
+# Time: O(n)
2
+# Space: O(1)
3
+
4
class Solution(object):
5
def targetIndices(self, nums, target):
6
"""
0 commit comments