Tag: a-heap
All the articles with the tag "a-heap".
LeetCode 658 LintCode 460 Find K Closest Elements
Published: at 06:23 AMSolutions for LeetCode 658 LintCode 460, medium, tags: array, binary-search, sliding-window, sorting, heap; companies: google.
LeetCode Meeting Rooms Derivative Question
Published: at 06:23 AMSolutions for meeting rooms derivative question, hard, tags: heap, line sweep, ordered map; companies: salesforce.
LeetCode 520 LintCode 1202 IPO
Published: at 06:23 AMSolutions for LeetCode 520 LintCode 1202, hard, tags: array, heap, greedy, sorting, binary search, dynamic programming, quick select.
LeetCode 2558 Take Gifts From the Richest Pile
Published: at 06:23 AMSolutions for LeetCode 2558, easy, tags: array, heap, simulation.
LeetCode 862 LintCode 1507 Shortest Subarray with Sum at Least K
Updated: at 07:22 AMSolutions for LeetCode 862, LintCode 1507, hard, tags: array, queue, sliding window, heap, monotonic queue, binary search, prefix sum.
LeetCode 2064 Minimized Maximum of Products Distributed to Any Store
Updated: at 05:12 AMSolutions for LeetCode 2064, medium, tags: array, binary search, heap.