A simple Push_swap tester for testing memory leaks/errors and error handling for the 42 school project pushswap
-
Updated
Jun 19, 2024 - Python
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
This tester is designed to test the push_swap project from the 42 / 1337 school. It will assess your push_swap program with various inputs and provide the result of each test along with the average of all the tests.
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.
[42-Cursus] A sorting algorithm project where you must sort data on a stack using a limited set of instructions in the fewest moves possible.
A sorting program that organizes a stack of integer numbers using two stacks and a set of permitted operations and using less moviments as possible.
Push Swap is an algorithmic project from the 42 São Paulo Common Core curriculum. It sorts a stack of integers using two stacks and minimal operations, with a bonus checker to validate the solution.
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 one (of many) most appropriate solution for an optimized data sorting.
Java PushSwap is a sorting algorithm implementation for arranging integers using minimal commands. This project offers a Java solution for the 42-push_swap
Test your Push Swap with the required Tests
push swap aims to optimise an algorithm as much as you can, with a fixed amount of movements available to you
42 School Push_Swap - Algorithmic project on C
This program, Moves_Tracker, is designed to track and display the moves made during the execution of a pushswap sorting algorithm. It shows a step-by-step visualization of stack operations like push, swap, and rotate, helping to debug and visualize the sorting process.
an algorithm that sorts random numbers with a limited set of instructions
An algorithmic project designed to sort a stack of integers using a limited set of operations.
Because _`swap_push`_ isn’t as natural
Sorting algorithm project for Ecole 42
The Push Swap project is a data structure and algorithm exercise designed to help students learn about sorting algorithms, stacks, and how to efficiently manage data with limited operations. The main goal is to implement a program that sorts a list of integers using two stacks and a limited set of operations.
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 one (of many) most appropriate solution for an optimized data sorting.
Add a description, image, and links to the push-swap-42 topic page so that developers can more easily learn about it.
To associate your repository with the push-swap-42 topic, visit your repo's landing page and select "manage topics."