/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

Primary LanguageC

Stargazers