212 results for “topic:push-swap”
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.
Implementation of push-swap (42-school project) on python with GUI.
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 fast push_swap complexity tester
A simple Push_swap tester for testing memory leaks/errors and error handling for the 42 school project pushswap
Bash script to test the performance of your push_swap project
Efficient, documented and Medium article attached. 3784 moves to sort 500 numbers!
A bespoke sorting algorithm, on 2 stacks.
42 school project pushswap using radix sort
📚 Sorting algorithm using only two stacks
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
A regular 42Cursus journey here!
push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.
Because Swap_push isn’t as natural xD
Step by Step Prochecker for Push_Swap 42 proyect
simple tester for push swap 42 project
Push Swap: The most efficient yet inefficient algorithm.
push swap tester for 42 push_swap project
A tester for 42 push_swap project (more info in README.md).
Test your push_swap more easily!
the most efficient push_swap known to man
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.
[42 Madrid] Because swap_push isn’t as natural
42cursus' push_swap project. Begin date 20/jan/2022. Finish date 14/feb/2021. About 89h of total work.
Working Push Swap tester
This project develops an efficient sorting algorithm using two stacks, optimizing steps and evaluating methods like Bubble Sort and Quick Sort.
Push Swap & Checker with GUI / Finished / 125 scored
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 project: sorting algorithm using two stacks
My solution for the push_swap project of 42 school.