You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|378 | 有序矩阵中第 K 小的元素 |[src](https://github.com/rustors/leetcode/blob/main/src/bin/kth-smallest-element-in-a-sorted-matrix.rs)|[leetcode](https://leetcode-cn.com/problems/kth-smallest-element-in-a-sorted-matrix/)| Medium |
177
177
|380 | O(1) 时间插入、删除和获取随机元素 |[src](https://github.com/rustors/leetcode/blob/main/src/bin/insert-delete-getrandom-o1.rs)|[leetcode](https://leetcode-cn.com/problems/insert-delete-getrandom-o1/)| Medium |
178
+
|381 | O(1) 时间插入、删除和获取随机元素 - 允许重复 |[src](https://github.com/rustors/leetcode/blob/main/src/bin/insert-delete-getrandom-o1-duplicates-allowed.rs)|[leetcode](https://leetcode-cn.com/problems/insert-delete-getrandom-o1-duplicates-allowed/)| Hard |
0 commit comments