/42-push_swap

A sorting algorithm that can sort any number of integers in an efficient way with minimum number of operations. It includes the bonus which implements the checker program to check the functionality of push_swap.

Primary LanguageC

Stargazers