2mm Sorting Algorithm Source Code In C++

Published: 14 April 2022| Version 4 | DOI: 10.17632/pbs6vb86vb.4
Contributor:
Abbas Mubarak

Description

This is the source Code of 2mm sorting algorithm. 2mm is a enhancement of MMBPSS sorting algorithm. It saves more than 50% comparison cost in comparison to MMBPSS sort as MMBPSS finds 4 numbers (minimum and maximum from first half , minimum and maximum from other half) in each iteration, whereas 2mm need to find only 2 numbers in each iteration. 2mm article is published with title " 2 mm: A new technique for sorting data"

Files

Institutions

Institute of Southern Punjab

Categories

Sorting Algorithm

Licence