push-swap topic

List push-swap repositories

42-push_swap

27
Stars
2
Forks
Watchers

📚 Sorting algorithm using only two stacks

Push_Swap

34
Stars
4
Forks
Watchers

A bespoke sorting algorithm, on 2 stacks.

push_swap

86
Stars
5
Forks
Watchers

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

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

36
Stars
6
Forks
Watchers

Bash script to test the performance of your push_swap project

push_swap_gui

79
Stars
6
Forks
Watchers

Implementation of push-swap (42-school project) on python with GUI.

push-swap-tester-42

15
Stars
0
Forks
Watchers

simple tester for push swap 42 project

42MainWorks

18
Stars
2
Forks
Watchers

A regular 42Cursus journey here!

push_swap

24
Stars
0
Forks
Watchers

Efficient, documented and Medium article attached. 3784 moves to sort 500 numbers!