Systems·C
Push Swap
Sort stacks with the minimum operations
About this project
An algorithm project focusing on stack sorting. Uses a limited set of stack operations to sort a randomized sequence of integers with optimal efficiency. Implements custom chunk-sorting, radix sorting, or binary division algorithms to meet strict operation limits.
Tech Stack
CAlgorithmsSortingComplexityData Structures