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 9622609 commit 4796fbcCopy full SHA for 4796fbc
1 file changed
Python/insert-delete-getrandom-o1.py
@@ -1,5 +1,5 @@
1
# Time: O(1)
2
-# Space: O(1)
+# Space: O(n)
3
4
# Design a data structure that supports all following operations in O(1) time.
5
#
0 commit comments