首页 > Term: balanced two-way merge sort
balanced two-way merge sort
A balanced k-way merge sort that sorts a data stream using repeated merges. It distributes the input into two streams by repeatedly reading a block of input that fits in memory, a run, sorting it, then writing it to the next stream. It then repeatedly merges the two streams and puts each merged run into one of two output streams until there is a single sorted output.
0
创建者
- GeorgeV
- 100% positive feedback