Notes / Data Structures Algorithms / 14 Interview Problem Patterns / 8 K Way Merge

8 — K-way Merge

Recognizing problems over k sorted sequences that a heap-based merge solves in O(n log k) instead of a full sort.

Chapter Navigation
On This Page

8 — K-way Merge

Purpose

[stub: k-way-merge]

Metadata

AuthorAmit Singh
Scopedata-structures-algorithms

Local graph

Full graph →