show/hide this revision's text 3 edited tags; edited title

how many merge What is the relation between merges and number of items in a in k-way merge

show/hide this revision's text 2 fixed tag spelling
show/hide this revision's text 1

how many merge in k-way merge

The question is: In a k-way merge, how many merge operation will we perform. For example: 2-way merge:2 nodes 1 merge; 3 nodes 2 merge; 4 nodes 3 merge. So we get M(n)=n-1.

What the the M(n) when k is arbitrary?