Tag: a-heap
All the articles with the tag "a-heap".
LeetCode 23 LintCode 104 Merge K Sorted Lists
Published: at 06:23 AMSolutions for LeetCode 23 and LintCode 104, hard, tags: heap, divide and conquer, linked list, merge sort.
LeetCode 21 LintCode 165 Merge Two Sorted Lists
Published: at 06:23 AMSolutions for LeetCode 21 and LintCode 165, easy, tags: heap, divide and conquer, linked list, merge sort, companies: microsoft
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.