😀
OJ Practices
Ctrlk
  • Introduction
  • Leetcode
    • Tree
    • Dynamic Programming
    • Depth-First-Search
    • Breadth-First Search
    • Two Pointers
    • Linked List
    • Backtracking
    • Binary Search
    • Union Find
    • Trie
    • Sort
    • Heap
      • 215 Kth Largest Element in an Array
      • 218 The Skyline Problem
      • 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
      • 355 Design Twitter
      • 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
      • 632 Smallest Range
      • 659 Split Array into Consecutive Subsequences
      • 668 Kth Smallest Number in Multiplication Table
      • 692 Top K Frequent Words
      • 703 Kth Largest Element in a Stream
      • 719 Find K-th Smallest Pair Distance
      • 743 Network Delay Time
      • 759 Employee Free Time
      • 767 Reorganize String
      • 778 Swim in Rising Water
      • 786 K-th Smallest Prime Fraction
      • 787 Cheapest Flights Within K Stops
      • 818 Race Car
      • 855 Exam Room
      • 857 Minimum Cost to Hire K Workers
      • 864 Shortest Path to Get All Keys
      • 871 Minimum Number of Refueling Stops
      • 882 Reachable Nodes In Subdivided Graph
    • Randomness
    • Topological Sort
    • Stack
    • Hash Table
Powered by GitBook
On this page

Was this helpful?

  1. Leetcode

Heap

215 Kth Largest Element in an Array218 The Skyline Problem239 Sliding Window Maximum253 Meeting Rooms II264 Ugly Number II295 Find Median from Data Stream313 Super Ugly Number347 Top K Frequent Elements355 Design Twitter358 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 IPO632 Smallest Range659 Split Array into Consecutive Subsequences668 Kth Smallest Number in Multiplication Table692 Top K Frequent Words703 Kth Largest Element in a Stream719 Find K-th Smallest Pair Distance743 Network Delay Time759 Employee Free Time767 Reorganize String778 Swim in Rising Water786 K-th Smallest Prime Fraction787 Cheapest Flights Within K Stops818 Race Car855 Exam Room857 Minimum Cost to Hire K Workers864 Shortest Path to Get All Keys871 Minimum Number of Refueling Stops882 Reachable Nodes In Subdivided Graph
Previous846 Hand of StraightsNext215 Kth Largest Element in an Array

Last updated 5 years ago

Was this helpful?