Skip to content

Files

Latest commit

734aa35 · Jun 5, 2025

History

History
98 lines (83 loc) · 5.86 KB

heap-problems.md

File metadata and controls

98 lines (83 loc) · 5.86 KB

y# Heap Problems

Basic

Problem Difficulty
1046. Last Stone Weight Easy (1172)
1337. The K Weakest Rows in a Matrix Easy
@@2336. Smallest Number in Infinite Set Easy
1845. Seat Reservation Manager Medium
2462. Total Cost to Hire K Workers Medium (1763)
@@1834. Single-Threaded CPU Medium (1797)
502. IPO Hard

Advanced

Problem Difficulty
857. Minimum Cost to Hire K Workers Hard (2259)

Top K

Problem Difficulty
703. Kth Largest Element in a Stream Easy
215. Kth Largest Element in an Array Medium
347. Top K Frequent Elements Medium
692. Top K Frequent Words Medium
451. Sort Characters By Frequency Medium
973. K Closest Points to Origin Medium
@@355. Design Twitter Medium

Rearrangement

Problem Difficulty
@@767. Reorganize String Medium (1681)
@@984. String Without AAA or BBB Medium (1474)
@@1405. Longest Happy String Medium (1820)
@@621. Task Scheduler Medium

Merge K Sorted

Problem Difficulty
23. Merge k Sorted Lists Hard
264. Ugly Number II Medium
313. Super Ugly Number Medium
@@373. Find K Pairs with Smallest Sums Medium
1439. Find the Kth Smallest Sum of a Matrix With Sorted Rows Hard (2133)
378. Kth Smallest Element in a Sorted Matrix Medium

事後諸葛

Problem Difficulty
1642. Furthest Building You Can Reach Medium (1962)
871. Minimum Number of Refueling Stops Hard (2074)

Two Heaps

Problem Difficulty
295. Find Median from Data Stream Hard

Lazy Deletion

Problem Difficulty