Skip to content
Coding Practice
Kth Element
Initializing search
Home
Abstract Data Type
Data Structure
Algorithms
LC Solutions
Tag
Coding Practice
Home
Abstract Data Type
Data Structure
Data Structure
Queue
Stack
Linked List
Binary Tree
Heap
Heap
Top K Problem
Kth Element
Union-Find
Algorithms
LC Solutions
Tag
The K-th Element
¶
Finding the K-th element using the same approaches as finding
the top K elements
.
Back to top