Skip to content

Commit 4a20db6

Browse files
authored
Update design-a-file-sharing-system.py
1 parent 4c65bd1 commit 4a20db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/design-a-file-sharing-system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Time: ctor: O(1)
22
# join: O(logu + c), u is the number of total joined users
33
# leave: O(logu + c), c is the number of chunks
4-
# request: O(u) ,
4+
# request: O(u)
55
# Space: O(u * c)
66

77
import heapq

0 commit comments

Comments
 (0)