push-swap
There are 167 repositories under push-swap topic.
ayogun/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.
elijahkash/push_swap_gui
Implementation of push-swap (42-school project) on python with GUI.
mcombeau/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.
SimonCROS/push_swap_tester
A fast push_swap tester
hu8813/tester_push_swap
A simple Push_swap tester for testing memory leaks/errors and error handling for the 42 school project pushswap
louisabricot/push_swap_tester
Bash script to test the performance of your push_swap project
anyaschukin/Push_Swap
A bespoke sorting algorithm, on 2 stacks.
ulyssegerkens/push_swap
Efficient, documented and Medium article attached. 3784 moves to sort 500 numbers!
hu8813/push_swap
42 school project pushswap using radix sort
rizky/42-push_swap
📚 Sorting algorithm using only two stacks
kuvarti/42MainWorks
A regular 42Cursus journey here!
mohsink20/42cursus
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
anolivei/Push_swap42
Because Swap_push isn’t as natural xD
ailopez-o/42Barcelona-PushSwap-ProChecker
Step by Step Prochecker for Push_Swap 42 proyect
AzerSD/ksort-push_swap
push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.
LeeSinLiang/Push-Swap
Push Swap: The most efficient yet inefficient algorithm.
Yoo0lh/push-swap-tester-42
simple tester for push swap 42 project
ael-bekk/push_swap_tester
push swap tester for 42 push_swap project
izenynn/push_swap_tester
A tester for 42 push_swap project (more info in README.md).
madebypixel02/push_swap
[42 Madrid] Because swap_push isn’t as natural
bablilayoub/push_swap_tester
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.
tblaase/push_swap
My solution for the push_swap project of 42 school.
Arkhavy/Arktest_Push_Swap
Working Push Swap tester
0x050f/push_swap
42 project: sorting algorithm using two stacks
ailopez-o/42Barcelona-Push_swap
Push Swap & Checker with GUI / Finished / 125 scored
faruktinaz/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.
FranFrau/42Cursus
List of my 42Rome projects
Surfi89/push_swap
42cursus' push_swap project. Begin date 20/jan/2022. Finish date 14/feb/2021. About 89h of total work.
appak21/push-swap
sorts numbers by using push-swap instruction language
bablilayoub/push_swap_turk
Sort data on a stack, with a limited set of instructions, using the lowest possible number of actions
caglaar/ecole42-files
All 42 Ecole Projects
Ekkoz897/42cursus_Push_swap
This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
gecarval/Push-Swap-Visualizer
A push swap visualizer project made in C with the MiniLibX API
kaseypsbrice/42-Cursus
Projects from the 42 Cursus. 21 February 2022 - 13 March 2024.
magnitopic/push_swap
Sort stacks of numbers in the most efficient way possible
TheRedShip/42-push-swap
My push swap implementation for 42's school