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 c980b93 commit 0290264Copy full SHA for 0290264
Python/find-occurrences-of-an-element-in-an-array.py
@@ -1,4 +1,4 @@
1
-# Time: O(n)
+# Time: O(n + q)
2
# Space: O(n)
3
4
# array
0 commit comments