Practice of Algorithm Problems
Ctrlk
  • Main
  • Array
  • Binary Search
  • Stack
  • Heap
    • 215. Kth Largest Element in an Array
    • 218. The Skyline Problem
    • 295. Find Median from Data Stream
    • 347. Top K Frequent Elements
    • 373. Find K Pairs with Smallest Sums
    • 407. Trapping Rain Water II
    • 692. Top K Frequent Words
    • 703. Kth Largest Element in a Stream
    • 973. K Closest Points to Origin
    • 1046. Last Stone Weight
  • Bit Manipulation
  • Greedy
  • String
  • Dynamic Programming
  • Tree
  • Linked List
  • Graph
  • Backtracking
  • Depth-First-Search & Breadth-First-Search
  • Math
  • Design
  • Old Interview Questions
Powered by GitBook
On this page

Was this helpful?

Heap

215. Kth Largest Element in an Array218. The Skyline Problem295. Find Median from Data Stream347. Top K Frequent Elements373. Find K Pairs with Smallest Sums407. Trapping Rain Water II692. Top K Frequent Words703. Kth Largest Element in a Stream973. K Closest Points to Origin1046. Last Stone Weight
Previous1190. Reverse Substrings Between Each Pair of ParenthesesNext215. Kth Largest Element in an Array

Last updated 6 years ago

Was this helpful?