push_swap will sort random integers on a stack, with a limited set of instructions, trying to use the least stack operations to get a sorted stack.
-
Updated
Dec 2, 2022 - C
push_swap will sort random integers on a stack, with a limited set of instructions, trying to use the least stack operations to get a sorted stack.
Add a description, image, and links to the c-sorting-algotihms topic page so that developers can more easily learn about it.
To associate your repository with the c-sorting-algotihms topic, visit your repo's landing page and select "manage topics."