Sort random numbers from lowest to highest in the smallest number of moves.
-
Updated
Feb 27, 2023 - C
Sort random numbers from lowest to highest in the smallest number of moves.
Push Swap is a 42 curriculum project that involves sorting a stack of numbers using a limited set of operations. The goal is to arrange the numbers in ascending order on one stack while using the other stack for temporary storage.
Push Swap 42
A sorting algorithm for the push_swap project of 42 Programming School
An algorithm for sorting numbers on a stack
Add a description, image, and links to the push-swap-guide topic page so that developers can more easily learn about it.
To associate your repository with the push-swap-guide topic, visit your repo's landing page and select "manage topics."