pushswap-42 topic
List
pushswap-42 repositories
push_swap
56
Stars
2
Forks
Watchers
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
86
Stars
4
Forks
Watchers
Push_swap tester and bonus tester + GUI pro checker
tester_push_swap
44
Stars
2
Forks
Watchers
A simple Push_swap tester for testing memory leaks/errors and error handling for the 42 school project pushswap
Push_Swap
18
Stars
4
Forks
Watchers
Sort random numbers from lowest to highest in the smallest number of moves.
ksort-push_swap
16
Stars
1
Forks
16
Watchers
push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.