Skip to content

Commit 581e5be

Browse files
authored
Update design-authentication-manager.py
1 parent 2931903 commit 581e5be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/design-authentication-manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# generate: O(1), amortized
33
# renew: O(1), amortized
44
# count: O(1), amortized
5+
# Space: O(n)
56

67
import collections
78

0 commit comments

Comments
 (0)