Skip to content

Commit 813e459

Browse files
authored
Update design-video-sharing-platform.cpp
1 parent 362eb54 commit 813e459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

C++/design-video-sharing-platform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// getViews: O(1)
99
// Space: O(n * l), n = len(videos), l = max(len(v) for v in videos)
1010

11+
// design, heap
1112
class VideoSharingPlatform {
1213
public:
1314
VideoSharingPlatform() {

0 commit comments

Comments
 (0)