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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
| Total | Easy | Medium | Hard |
4
4
| :----: | :----: | :----: | :----: |
5
-
|270| 126 |137| 7 |
5
+
|271| 126 |138| 7 |
6
6
7
7
### 题目
8
8
@@ -176,6 +176,7 @@
176
176
|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
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 |
179
+
|382 | 链表随机节点 |[src](https://github.com/rustors/leetcode/blob/main/src/bin/linked-list-random-node.rs)|[leetcode](https://leetcode-cn.com/problems/linked-list-random-node/)| Medium |
0 commit comments