Algorithm Practice
Ctrlk
  • Introduction
  • Lintcode
  • Leetcode
    • Math
    • Tree
    • Graph
    • Two Pointers
    • Linked List
    • Topological Sort
    • Hash Table
    • Trie
    • Sort
    • Binary Search
    • Heap
      • 215 Kth Largest Element in an Array
      • 239 Sliding Window Maximum
      • 253 Meeting Rooms II
      • 264 Ugly Number II
      • 295 Find Median from Data Stream
      • 313 Super Ugly Number
      • 347 Top K Frequent Elements
      • 358 Rearrange String k Distance Apart
      • 373 Find K Pairs with Smallest Sums
      • 378 Kth Smallest Element in a Sorted Matrix
      • 407 Trapping Rain Water II
      • 451 Sort Characters By Frequency
      • 480 Sliding Window Median
      • 502 IPO
      • 659 Split Array into Consecutive Subsequences
      • 668 Kth Smallest Number in Multiplication Table
      • 692 Top K Frequent Words
      • 759 Employee Free Time
      • 767 Reorganize String
      • 778 Swim in Rising Water
      • 973. K Closest Points to Origin
    • Breadth First Search
    • Stack
    • Backtracking
    • Dynamic Programming
    • Union Find
    • Scan Line
    • String
    • Reservoir Sampling
    • Recursion
  • Google
Powered by GitBook
On this page

Was this helpful?

  1. Leetcode

Heap

215 Kth Largest Element in an Array239 Sliding Window Maximum253 Meeting Rooms II264 Ugly Number II295 Find Median from Data Stream313 Super Ugly Number347 Top K Frequent Elements358 Rearrange String k Distance Apart373 Find K Pairs with Smallest Sums378 Kth Smallest Element in a Sorted Matrix407 Trapping Rain Water II451 Sort Characters By Frequency480 Sliding Window Median502 IPO659 Split Array into Consecutive Subsequences668 Kth Smallest Number in Multiplication Table692 Top K Frequent Words759 Employee Free Time767 Reorganize String778 Swim in Rising Water973. K Closest Points to Origin
Previous778 Swim in Rising WaterNext215 Kth Largest Element in an Array

Last updated 5 years ago

Was this helpful?