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 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.
"Algorithm that sorts data using two stacks."
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.
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!
42 push_swap project
🔢 Sorting of data on a stack 📚 with the right algorithm for the dataset and with limited moves. [42 PROJECT]
Algorithm sorting project
This repository contains the implementation of the Push Swap project from 42 School.
🔀 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 project, the goal of which is to sort the stack using a limited set of operations and as few instructions as possible.
My push_swap project for the 42 Cursus. An integer sorting program, using a limited set of instructions. 84/100
This project is about sorting data in a stack with as less actions as possible using a restricted set of operations
42 School Push_Swap - Algorithmic project on C
This project challenges you to efficiently sort data on a stack using a limited set of instructions and minimizing the number of moves. Explore and implement various sorting algorithms to find the best solutions for optimized data sorting.
A sorting algorithm that sorts stacks by ascending order
Sorting algorithm project for Ecole 42
Push_swap (42 Cursus) consists of sorting data on a stack, with a limited set of instructions, in the smallest number of moves.
Add a description, image, and links to the pushswap42 topic page so that developers can more easily learn about it.
To associate your repository with the pushswap42 topic, visit your repo's landing page and select "manage topics."