Push_swap tester and bonus tester + GUI pro checker
-
Updated
Dec 9, 2024 - Shell
Push_swap tester and bonus tester + GUI pro checker
A simple Push_swap tester for testing memory leaks/errors and error handling for the 42 school project pushswap
Es un proyecto de algoritmo simple de 42.
A tester for 42 push_swap project (more info in README.md).
Working Push Swap tester
A simple shell script to test the push_swap project of the 42Cursus
A battery test to find leaks in the push_swap project of the 42 school.
The goal of this 42 project is to implement a highly efficient sorting algorithm using two stacks. The challenge involves sorting integers with minimal operations, focusing on optimizing performance and mastering data manipulation within the constraints of two stacks.
In this repository, I attempted to solve the push_swap project, including both the mandatory and bonus parts. I chosed the chunks algorithm with smart moves and a pattern detection algorithm to ensure I always make the optimal moves
This project involves sorting data on a stack using a limited set of instructions, aiming for the lowest possible number of actions. The goal is to write a program in C called push_swap, which calculates and displays the smallest program, made of Push swap language instructions, that sorts the integers received as arguments.
Add a description, image, and links to the pushswap-tester topic page so that developers can more easily learn about it.
To associate your repository with the pushswap-tester topic, visit your repo's landing page and select "manage topics."