A program that sorts a stack of numbers using a minimal set of operations
-
Updated
Jan 31, 2025 - C
A program that sorts a stack of numbers using a minimal set of operations
Push_swap is a project about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. Its goal is reaching an optimized data sorting solution.
Sorting Strategies: a study on the most famous sorting algorithms.
SubsetSum: a study on 'The Subset-Sum Problem'.
Add a description, image, and links to the computational-complexity topic page so that developers can more easily learn about it.
To associate your repository with the computational-complexity topic, visit your repo's landing page and select "manage topics."