42-push-swap
There are 14 repositories under 42-push-swap topic.
hu8813/push_swap
42 school project pushswap using radix sort
pasqualerossi/Push_Swap
Sort random numbers from lowest to highest in the smallest number of moves.
arnaudderison/42-push_swap
42 push_swap project
kmoroz/push_swap
push_swap, Codam 2020: write a program that sorts the integers received as arguments.
itislu/42-push_swap
Custom divide & conquer sorting algorithm using 2 stacks. 6th project in the 42 Common Core Curriculum
RachMatriss/42-push_swap
Push_Swap (42courses) This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
ThomasRobertson/42-push_swap
Sort data using two stacks, using the lowest possible number of actions.
VictorSuarezL/42-push-swap
This repository contains the implementation of the Push Swap algorithm.
aaron-22766/42_push_swap
Sort a list of random integers on two stacks in the least amount of moves possible using only limited operators
abouabra/42-PushSwap
PushSwap is a project that consists of sorting a stack of integers using two stacks and a limited set of operations.
dpetrosy/42-Push-Swap
42 School Push_Swap - Algorithmic project on C