🌃
Limited Algorithm
Ctrlk
  • Summary
  • Hash & TreeMap
  • Queue &Stack & PQ
    • Cheat Sheet
    • Queue & Stack Concept & API
    • Interface Comparable& Cimparator
    • Priority Queue Concept & API
    • Practice 3 Stack & Queue & Deque Design
    • Practice 4 PriorityQueue
    • Practice 5 Top K and Kth Problem
      • Problem 1 K smallest In Unsorted Array
      • Problem 2 Kth Largest Element in an Array
      • Problem 3 K Cloest Value to Target in Unsorted Array
      • Problem 4 Top K Frequent Words
      • Problem 4 Top K Frequent Words面试版本
  • Hybrid Data Structure
  • Graph
  • Graph Backtracking and Others
  • Tree
  • Pure Recursion & Backtracking
  • Dynamic Programming
  • Others
  • Array& LinkedList & String
  • Adavance Two Pointer
  • Advance Sliding Window
  • Advance Binary Search
  • Advance Young's Matrix
  • Java Knowledge
Powered by GitBook
On this page
  1. Queue &Stack & PQ

Practice 5 Top K and Kth Problem

not including the hybrid DS

Problem 1 K smallest In Unsorted ArrayProblem 2 Kth Largest Element in an ArrayProblem 3 K Cloest Value to Target in Unsorted ArrayProblem 4 Top K Frequent WordsProblem 4 Top K Frequent Words面试版本
PreviousQuestion 2 Determine given Binary Tree is minHeapNextProblem 1 K smallest In Unsorted Array

Last updated 1 year ago