/42-push-swap

This C program, "Push Swap", sorts data using two stacks and a set of operations. The main function initializes the stacks, checks if they're sorted, and applies the appropriate sorting function based on the stack size. It's designed for efficiency and understanding complex algorithms.

Primary LanguageC

Stargazers