Etienne2707/Push_Swap_42
Push swap is a sorting algorithm where we sort two piles of X numbers with the fewest steps possible knowing that these steps are simply +1 or -1
C
Push swap is a sorting algorithm where we sort two piles of X numbers with the fewest steps possible knowing that these steps are simply +1 or -1
C