push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.
-
Updated
Dec 15, 2023 - C
8000
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
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."