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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ Feel free to raise issues or post in discussions.
171
171
| 149 ||[646. Maximum Length of Pair Chain](https://leetcode.com/problems/maximum-length-of-pair-chain/)|[E]heap | greedily schedule tasks (start/end/val) |[Python]([E]heap/[E]heap/646-maximum-length-of-pair-chain.py)|
172
172
| 150 ||[2008. Maximum Earnings From Taxi](https://leetcode.com/problems/maximum-earnings-from-taxi/)|[E]heap | greedily schedule tasks (start/end/val) |[Python]([E]heap/[E]heap/2008-maximum-earnings-from-taxi.py)|
173
173
| 151 ||[2054. Two Best Non-Overlapping Events](https://leetcode.com/problems/two-best-non-overlapping-events/)|[E]heap | greedily schedule tasks (start/end/val) |[Python]([E]heap/[E]heap/2054-two-best-non-overlapping-events.py)|
174
-
| 152 | O |[973. K Closest Points to Origin](https://leetcode.com/problems/k-closest-points-to-origin/)|[E]heap | top k problem (based on heap) |[Python]([E]heap/[E]heap/973-k-closest-points-to-origin.py)|
174
+
| 152 | O |[973. K Closest Points to Origin](https://leetcode.com/problems/k-closest-points-to-origin/)|[E]heap | top k problem (based on heap) |[Python]([E]heap/[E]heap/973-k-closest-points-to-origin.py)[Java]([E]heap/[E]heap/973-k-closest-points-to-origin.java)|
175
175
| 153 | O |[692. Top K Frequent Words](https://leetcode.com/problems/top-k-frequent-words/)|[E]heap | top k problem (based on heap) |[Python]([E]heap/[E]heap/692-top-k-frequent-words.py)|
176
176
| 154 ||[264. Ugly Number II](https://leetcode.com/problems/ugly-number-ii/)|[E]heap | k way merge problem |[Python]([E]heap/[E]heap/264-ugly-number-ii.py)|
177
177
| 155 ||[313. Super Ugly Number](https://leetcode.com/problems/super-ugly-number/)|[E]heap | k way merge problem |[Python]([E]heap/[E]heap/313-super-ugly-number.py)|
0 commit comments