push_swap is a 42 school project where we must sort random numbers with a limited set of instructions, using the lowest possible number of actions.
-
Updated
Oct 30, 2022 - C
push_swap is a 42 school project where we must sort random numbers with a limited set of instructions, using the lowest possible number of actions.
A simple Push_swap tester for testing memory leaks/errors and error handling for the 42 school project pushswap
42 school project pushswap using radix sort
Sort random numbers from lowest to highest in the smallest number of moves.
Step by Step Prochecker for Push_Swap 42 proyect
Working Push Swap tester
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
Push Swap & Checker with GUI / Finished / 125 scored
Sort stacks of numbers in the most efficient way possible
Pushswap @ 42: Sorting Mastery 🔄✨ Conquer the stack challenge with my Pushswap project at 42. Explore efficient sorting, witness algorithmic magic! #PushswapChallenge #CodeMagic 🚀💻
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.
⭐ Take a look at my GitHub repository featuring projects completed during my time at 42 Firenze! ⭐
A program that sorts a stack of integers in the least steps possible, based on a limited set of instructions
Ecole 42 Cursus Projects
A project designed to teach sorting algorithms and their complexity by implementing a stack-based sorting program in C.
This project's challenge is to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
Add a description, image, and links to the push-swap42 topic page so that developers can more easily learn about it.
To associate your repository with the push-swap42 topic, visit your repo's landing page and select "manage topics."