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
Nov 30, 2024 - 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
Step by Step Prochecker for Push_Swap 42 proyect
Working Push Swap tester
Sort stacks of numbers in the most efficient way possible
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 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 & Checker with GUI / Finished / 125 scored
Pushswap @ 42: Sorting Mastery 🔄✨ Conquer the stack challenge with my Pushswap project at 42. Explore efficient sorting, witness algorithmic magic! #PushswapChallenge #CodeMagic 🚀💻
A program that sorts a stack of integers in the least steps possible, based on a limited set of instructions
⭐ Take a look at my GitHub repository featuring projects completed during my time at 42 Firenze! ⭐
42 • 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.
A sorting algorithm for the push_swap project of 42 Programming School
A project designed to teach sorting algorithms and their complexity by implementing a stack-based sorting program in C.
Ecole 42 Cursus Projects
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."