Push_Swap implementation by evaristoc featuring the "dipole" algo - a smart hybrid algo combining elements of the chunk - and the dual-entry circular insertion sort - for large stacks (100/500); also here, a recursive strategy for 5 elements.
c sorting-algorithm school-42 push-swap-42 turk-algorithm dipole-algorithm butterfly-algorithm hourglass-algorithm chunk-sort circular-insertion-sort
-
Updated
Mar 13, 2026 - C