Skip to content

Commit 5ccf844

Browse files
authored
Update find-target-indices-after-sorting-array.py
1 parent f0c3e97 commit 5ccf844

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python/find-target-indices-after-sorting-array.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Time: O(n)
2+
# Space: O(1)
3+
14
class Solution(object):
25
def targetIndices(self, nums, target):
36
"""

0 commit comments

Comments
 (0)