My push_swap project for the 42 Cursus. An integer sorting program, using a limited set of instructions. 84/100
-
Updated
Apr 26, 2024 - C
My push_swap project for the 42 Cursus. An integer sorting program, using a limited set of instructions. 84/100
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.
📶 Push-swap 2 stacks sorting
This project challenges you to efficiently sort data on a stack using a limited set of instructions and minimizing the number of moves. Explore and implement various sorting algorithms to find the best solutions for optimized data sorting.
42_push_swap; a game to introduce algorithm design
Add a description, image, and links to the stack-sorting topic page so that developers can more easily learn about it.
To associate your repository with the stack-sorting topic, visit your repo's landing page and select "manage topics."