push-swap topic
42-push_swap
📚 Sorting algorithm using only two stacks
Push_Swap
A bespoke sorting algorithm, on 2 stacks.
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 c...
push_swap
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.
push_swap_tester
Bash script to test the performance of your push_swap project
push_swap_gui
Implementation of push-swap (42-school project) on python with GUI.
push_swap_tester
A fast push_swap tester
push-swap-tester-42
simple tester for push swap 42 project
42MainWorks
A regular 42Cursus journey here!
push_swap
Efficient, documented and Medium article attached. 3784 moves to sort 500 numbers!