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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,14 +174,14 @@ Pattern500 is inspired by Blind 75 and Grind 75's classic problem selection. Pat
174
174
| 160 | O |[295. Find Median from Data Stream](https://leetcode.com/problems/find-median-from-data-stream/)|[E]heap | two heap problem |[Python]([E]heap/[E]heap/295-find-median-from-data-stream.py)|
175
175
| 161 ||[502. IPO](https://leetcode.com/problems/ipo/)|[E]heap | two heap problem |[Python]([E]heap/[E]heap/502-ipo.py)|
176
176
| 162 ||[480. Sliding Window Median](https://leetcode.com/problems/sliding-window-median/)|[E]heap | two heap problem |[Python]([E]heap/[E]heap/480-sliding-window-median.py)|
177
-
| 163 ||[1383. Maximum Performance of a Team](https://leetcode.com/problems/maximum-performance-of-a-team/)|[E]heap |focus on stored elements |[Python]([E]heap/[E]heap/1383-maximum-performance-of-a-team.py)|
178
-
| 164 |O|[XX]()|[X]XX| XX |[Python]()|
179
-
| 165 |O|[XX]()|[X]XX| XX |[Python]()|
180
-
| 166 ||[1705. Maximum Number of Eaten Apples](https://leetcode.com/problems/maximum-number-of-eaten-apples/)|[E]heap |focus on popping out |[Python]([E]heap/[E]heap/1705-maximum-number-of-eaten-apples.py)|
181
-
| 167 |O|[XX]()|[X]XX| XX |[Python]()|
182
-
| 168 |O|[XX]()|[X]XX| XX |[Python]()|
183
-
| 169 |O|[XX]()|[X]XX| XX |[Python]()|
184
-
| 170 |O|[XX]()|[X]XX| XX |[Python]()|
177
+
| 163 ||[1383. Maximum Performance of a Team](https://leetcode.com/problems/maximum-performance-of-a-team/)|[E]heap |storing and popping out elements|[Python]([E]heap/[E]heap/1383-maximum-performance-of-a-team.py)|
178
+
| 164 ||[630. Course Schedule III](https://leetcode.com/problems/course-schedule-iii/)|[E]heap| storing and popping out elements|[Python]([E]heap/[E]heap/630-course-schedule-iii.py)|
179
+
| 165 ||[1094. Car Pooling](https://leetcode.com/problems/car-pooling/)|[E]heap| storing and popping out elements|[Python]([E]heap/[E]heap/1094-car-pooling.py)|
180
+
| 166 ||[1705. Maximum Number of Eaten Apples](https://leetcode.com/problems/maximum-number-of-eaten-apples/)|[E]heap |storing and popping out elements|[Python]([E]heap/[E]heap/1705-maximum-number-of-eaten-apples.py)|
181
+
| 167 ||[1792. Maximum Average Pass Ratio](https://leetcode.com/problems/maximum-average-pass-ratio/)|[E]heap| storing and popping out elements|[Python]([E]heap/[E]heap/1792-maximum-average-pass-ratio.py)|
182
+
| 168 ||[378. Kth Smallest Element in a Sorted Matrix](https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix/)|[E]heap| use bfs and heap|[Python]([E]heap/[E]heap/378-kth-smallest-element-in-a-sorted-matrix.py)|
183
+
| 169 ||[373. Find K Pairs with Smallest Sums](https://leetcode.com/problems/find-k-pairs-with-smallest-sums/)|[E]heap| use bfs and heap|[Python]([E]heap/[E]heap/373-find-k-pairs-with-smallest-sums.py)|
184
+
| 170 ||[407. Trapping Rain Water II](https://leetcode.com/problems/trapping-rain-water-ii/)|[E]heap| use bfs and heap|[Python]([E]heap/[E]heap/407-trapping-rain-water-ii.py)|
0 commit comments