Skip to content

Commit 6c5663f

Browse files
authored
Update get-watched-videos-by-your-friends.py
1 parent 592768b commit 6c5663f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python/get-watched-videos-by-your-friends.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Time: O(n + vlogv), v is the number of the level videos
22
# Space: O(w)
33

4+
import collections
5+
6+
47
class Solution(object):
58
def watchedVideosByFriends(self, watchedVideos, friends, id, level):
69
"""

0 commit comments

Comments
 (0)