push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.
-
Updated
Dec 15, 2023 - C
push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.
Push_swap is an algorithm project developed in C that aims to sort a set of integers using stacks
In this project we will learn part of the algorithm and the use of c libraries to create a system that orders n numbers.
Add a description, image, and links to the ksort topic page so that developers can more easily learn about it.
To associate your repository with the ksort topic, visit your repo's landing page and select "manage topics."