Skip to content

Commit 6f5893a

Browse files
authored
Update 381._Insert_Delete_GetRandom_O(1)_-_Duplicates_allowed.md
1 parent f6b93dc commit 6f5893a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Leetcode_Solutions/Python/381._Insert_Delete_GetRandom_O(1)_-_Duplicates_allowed.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ collection.getRandom();
5151

5252
要注意len(self.lst)是O(1)的
5353

54+
beats 96.28%
55+
5456

5557

5658
```python

0 commit comments

Comments
 (0)