2mm Sorting Algorithm Source Code In C++
收藏NIAID Data Ecosystem2026-03-13 收录
下载链接:
https://data.mendeley.com/datasets/pbs6vb86vb
下载链接
链接失效反馈官方服务:
资源简介:
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"
创建时间:
2022-04-14



