Skip to content

Commit 0290264

Browse files
authored
Update find-occurrences-of-an-element-in-an-array.py
1 parent c980b93 commit 0290264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/find-occurrences-of-an-element-in-an-array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(n)
1+
# Time: O(n + q)
22
# Space: O(n)
33

44
# array

0 commit comments

Comments
 (0)