Content deleted Content added
Line 105:
::I would recommend just removing the statement. A 4 way merge averages 3 compares for every move, versus 2 way merge averaging 1 compare for every move, but the 4 way does 1/2 the moves. So the number of compares of 4 way is 1.5 times the number of compares for 2 way, while the number of moves for 4 way is 1/2 the number of moves for 2 way. This is probably too much detail for the main article, which is about merge algorithms as opposed to sort algorithms. [[User:Rcgldr|Rcgldr]] ([[User talk:Rcgldr|talk]]) 22:26, 3 December 2015 (UTC)
:::Removed it. We might want to add a section about this to [[merge sort]] later. [[User:Qwertyus|Q<small>VVERTYVS</small>]] <small>([[User talk:Qwertyus|hm?]])</small> 09:49, 4 December 2015 (UTC)
|