Accueil >                  	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.
- Partie du discours : noun
 - Secteur d’activité/Domaine : Informatique
 - Catégorie : Algorithms & data structures
 - Government Agency: NIST
 
 			0   			 		
 Créateur
- GeorgeV
 - 100% positive feedback