📊 Merge-Insertion Sort (Ford-Johnson Algorithm) 🔁
-
Updated
Jul 31, 2025 - C++
📊 Merge-Insertion Sort (Ford-Johnson Algorithm) 🔁
A clean C++98 implementation of the Ford-Johnson algorithm (also known as Merge-Insertion Sort). This educational project focuses on the algorithm's core principle: minimizing comparisons. It features instrumentation to count exact comparisons and benchmark performance across different containers.
Add a description, image, and links to the jacobsthal topic page so that developers can more easily learn about it.
To associate your repository with the jacobsthal topic, visit your repo's landing page and select "manage topics."