/Push_swap

An introduction to algorithmic thinking

Primary LanguageC

Push_swap

A program that uses a binary radix sorting algorithm to sort an array of integers from smaller to larger, using a specific set of allowed moves.