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.
csorting-algorithmschool-42push-swap-42turk-algorithmdipole-algorithmbutterfly-algorithmhourglass-algorithmchunk-sortcircular-insertion-sort
-
Updated
Mar 13, 2026 - C