push_swap, Codam 2020: write a program that sorts the integers received as arguments.
-
Updated
Sep 20, 2023 - C
push_swap, Codam 2020: write a program that sorts the integers received as arguments.
This project will sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. For this project, you have to manipulate various types of algorithms and choose the one (of many) most appropriate solution for an optimized data sorting.
An algorithm for sorting numbers on a stack
Add a description, image, and links to the codam-push-swap topic page so that developers can more easily learn about it.
To associate your repository with the codam-push-swap topic, visit your repo's landing page and select "manage topics."