Push_swap tester and bonus tester + GUI pro checker
-
Updated
Oct 27, 2024 - Shell
Push_swap tester and bonus tester + GUI pro checker
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
What's up, swappers
Sort random numbers from lowest to highest in the smallest number of moves.
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
Es un proyecto de algoritmo simple de 42.
push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.
42 Algorithm Project - Sort problem
Push_swap is a sorting algorithm project where the goal is to sort a stack of integers with the fewest operations, using a limited set of commands
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.
Conquer the array sorting puzzle with our project. Navigate the task using a limited set of instructions, sparking creativity in devising efficient sorting strategies for an array of integers. This endeavor offers a unique twist on traditional sorting algorithms, emphasizing concise and effective instruction sets.
The projects in this repository are carried out in the common core process of 42 schools.
"Algorithm that sorts data using two stacks."
PushSwap is a 42 curriculum project all about creating your own sorting algorithm, you simply have 2 stacks and some limited methods you can use to sort your stacks with the least amount of moves possible, it may seem easy when you read that but in reality it isn't as easy as it may seem at the first glance!
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.
42 push_swap project
My push swap implementation for 42's school
Add a description, image, and links to the pushswap-42 topic page so that developers can more easily learn about it.
To associate your repository with the pushswap-42 topic, visit your repo's landing page and select "manage topics."