An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: pushswap

Fiore-G/PushSwap_42

Proyecto de algoritmia que tiene la finalidad de ordenar datos utilizando 2 stacks y un conjunto de instrucciones para manipular ambos stacks⬆️➡️⬇️⬅️

Language: C - Size: 85.9 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

eduaserr/42cursus

This is where im going to update and release all my proyects, programming skills and my own trayectory from 42cursus Málaga..

Size: 286 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

mbdanielcrespo/Push_swap

This project is an implementation of a sorting algorithm with certain restrictions to order two stacks of numbers.

Language: C - Size: 1.57 MB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

f-corvaro/PUSH_SWAP

"Algorithm that sorts data using two stacks."

Language: C - Size: 12.5 MB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 5 - Forks: 0

okbrandon/push_swap

📚 sorting algorithm program using two stacks and a limited set of instructions.

Language: C - Size: 118 KB - Last synced at: 1 day ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

AzerSD/ksort-push_swap

push_swap is a sorting algorithm based on sorting two stacks with the least amount of moves.

Language: C - Size: 48.8 KB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 0

gemartin99/Push-Swap-Tester

Push_swap tester and bonus tester + GUI pro checker

Language: Shell - Size: 229 KB - Last synced at: 21 days ago - Pushed at: 5 months ago - Stars: 98 - Forks: 6

pulgamecanica/42Course

42Course

Language: C++ - Size: 107 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 76 - Forks: 7

hu8813/tester_push_swap

A simple Push_swap tester for testing memory leaks/errors and error handling for the 42 school project pushswap

Language: Python - Size: 717 KB - Last synced at: 24 days ago - Pushed at: 10 months ago - Stars: 51 - Forks: 3

msabr/PUSH_SWAP_1337

A sorting algorithm project that involves sorting a stack of numbers with a limited set of operations, using two stacks (a and b). It focuses on algorithmic efficiency and optimization. 🚀

Language: C - Size: 36.1 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

shexweeknd/42-cursus-push_swap

This repository contains the implementation of the Push Swap project from 42 School.

Language: C - Size: 365 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

panda2742/42-push_swap

My personal push_swap for Milestone 2. Sort two stacks with limited operations: sa, sb, ss, pa, pb, ra, rb, rr, rra, rrb, rrr. Do it as cheap as possible.

Language: C - Size: 2.18 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

nisaunnu/42_School_Curses

The projects in this repository are carried out in the common core process of 42 schools.

Size: 29.4 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 9 - Forks: 0

kellycious/PUSH_SWAP

Sort an array of int with specific rules with the less moves possible !

Language: C - Size: 2.69 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

lareii/push_swap

📚 Sorting numbers with an optimized stack-based algorithm.

Language: C - Size: 114 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

RogerioLS/Push_Swap-42sp

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.

Language: C - Size: 474 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

casuis/push_swap

Projet PushSwap - école 42

Language: C - Size: 64.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

marineks/42_pushswap

Prompt : 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 one (of many) most appropriate solution for an optimized data sorting.

Language: C - Size: 2.68 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

kenlies/42push_swap

Sort data on a stack

Language: C - Size: 4.59 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

simon-zerisenay/42_Push_Swap

Pushswap is a 42 project emphasizing efficient sorting by minimizing operations. Participants use a limited set of commands to manipulate stacks and achieve the desired sorted order, showcasing algorithm design and optimization skills while developing problem-solving abilities.

Language: C - Size: 81.1 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

zafraedu/42-Projects

Proyectos del campus 42 Málaga

Language: C - Size: 25.4 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 18 - Forks: 3

whoismtrx/42_push_swap

Push Swap is a 42 curriculum project that involves sorting a stack of numbers using a limited set of operations. The goal is to arrange the numbers in ascending order on one stack while using the other stack for temporary storage.

Language: C - Size: 5.49 MB - Last synced at: 23 days ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

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.

Language: C - Size: 3.99 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 58 - Forks: 3

barimehdi77/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 one (of many) most appropriate solution for an optimized data sorting

Language: C - Size: 313 KB - Last synced at: 18 days ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 0

remzikutun/42_Cursus

This repository contains the projects I have been working on at 42 School. It covers different areas of software development as part of 42 School's common core.

Size: 17.1 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MVPee/pushswap_tester

tester for some 42 projects

Language: C - Size: 47.9 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

medatlhs/42-Push-Swap

This project is about sorting data in a stack with as less actions as possible using a restricted set of operations

Language: Shell - Size: 246 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

OsemaFadhel/pushswap

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves.

Language: C - Size: 606 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

AnaVolkmann/42_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.

Language: C - Size: 8.04 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

MathiDEV/epitech_productivity_tools

🧰 Here are some tools that I have developed to support you in your studies at Epitech

Language: CSS - Size: 693 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 18 - Forks: 1

MorenoPlays/push_swap

push_swap

Language: C - Size: 73.2 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ColmiiK/push_swap

Implementation of a sorting algorithm using a linked list in C

Language: C - Size: 117 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

izenynn/push_swap_tester

A tester for 42 push_swap project (more info in README.md).

Language: Shell - Size: 704 KB - Last synced at: 21 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 1

BlueDream145/pushswap

Epitech Project, pushswap

Language: C - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1

clementvidon/pushswap

Sort problem

Language: C - Size: 1.28 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

HYYPNNOSS/Stack-Sorter

This project is about creating your own sorting algorithm using 2 stacks and some limited methods to sort your stacks with the least amount of moves possible

Language: C - Size: 15.6 KB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Vpekdas/Push_swap

A sorting algorithm implementation in C utilizing stack operations, designed for efficiency and simplicity.

Language: C - Size: 242 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

julienhouyet/42-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.

Language: C - Size: 156 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

akdovlet/ak_push_swap

This project is about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions.

Language: C - Size: 1.63 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

raccoman/push_swap

42Cursus | This project aims to sort data stacks, using the lowest possible number of actions.

Language: C - Size: 1.3 MB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

whymami/push_swap

This project allows to sort data in a stack using the minimum possible number of actions

Language: C - Size: 139 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

lachlanstephen/push_swap_42

My push_swap project for the 42 Cursus. An integer sorting program, using a limited set of instructions. 84/100

Language: C - Size: 60.5 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

cypri1-dev/42_push_swap

Push Swap is a sorting algorithm project in C. It involves sorting a stack of integers using a limited set of operations.

Language: C - Size: 55.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

edi-marc/push_swap

Project for 42_Roma

Language: C - Size: 2.92 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Stemmzi/42_push_swap

This is my most recently finished project.

Language: C - Size: 70.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AgvanGrigoryan/push_swap

his 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.

Language: C - Size: 60.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hu8813/push_swap

42 school project pushswap using radix sort

Language: C - Size: 308 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 0

lbordonal/02-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.

Language: C - Size: 1.38 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 1

dpetrosy/42-Push-Swap

42 School Push_Swap - Algorithmic project on C

Language: C - Size: 2.89 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

joaodibba/42_push_swap

Implementing a sorting algorithm to efficiently sort numbers in a stack, with limited and minimal operations.

Language: C - Size: 1.98 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

42lgasc/push_swap

Because _`swap_push`_ isn’t as natural

Language: C - Size: 114 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

titi0267/Tek1

All Epitech projects 1st Year

Language: C - Size: 75.3 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Leticia-Franca/push_swap

Push_swap is a project to get to know and practice sorting algorithms.

Language: C - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

ibtrd/push_swap_guide

A proposition on how to solve 42cursus's project Push_swap !

Size: 927 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

VictorSuarezL/42-push-swap-tester

This is a tester for the 42 Push Swap project. It is designed to test the functionality and correctness of the push_swap program.

Language: Python - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

arsenbadalyan/push_swap

Push Swap is a sorting algorithm implemented in C, utilizing two stacks to efficiently sort a list of integers while adhering to specific manipulation rules. It aims to minimize the number of operations required to achieve a sorted list.

Language: C - Size: 85.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

VassoD/42_push_swap

Language: C - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

LouisLanganay/Pushswap_checker-tester

A shell tester for haskell pushswap_checker project.

Language: Shell - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

mohsink20/push_swap

This project involves sorting data on a stack using a limited set of instructions, aiming for the lowest possible number of actions. The goal is to write a program in C called push_swap, which calculates and displays the smallest program, made of Push swap language instructions, that sorts the integers received as arguments.

Language: C - Size: 26.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Roibos22/push_swap_performance_test

A bash script in order to test the performance of the 42 project push_swap

Language: Shell - Size: 225 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DeRuina/push_swap

Push_Swap is a highly efficient C program designed to sort data on two stacks using a specific set of operations. This project is part of the 42 school curriculum, aiming to demonstrate the implementation of complex algorithms and data structures.

Language: C - Size: 33.1 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mateusmedeir/pushSwapTester

Simple tester for the push_swap project of 42 school

Language: Shell - Size: 98.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Sulig/Push_Swap

Swap_push no es tan natural ---------> Este proyecto te hará ordenar datos en un stack, con un conjunto limitado de instrucciones, y utilizando el menor número posible de acciones.

Language: C - Size: 1.94 MB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

p-aragones/pushswap

Sorting algorythm using two lists and only pushing the first element of one list to the other or swapping the first two elements of the same list.

Language: C - Size: 2.58 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Alphacharge/push_swap_evaluator

Test your Push Swap with the required Tests

Language: Shell - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

YamachitaR/42SP

Os projetos proposto pela 42SP.

Language: C - Size: 57.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

maricard18/42-push_swap

Algorithm sorting project

Language: C - Size: 1.4 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jesuserr/42Cursus_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.

Language: C - Size: 1.44 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

alouane04/Stack-Sorter

This project challenges you to efficiently sort data on a stack using a limited set of instructions and minimizing the number of moves. Explore and implement various sorting algorithms to find the best solutions for optimized data sorting.

Language: C - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MaloP47/push_swap

Sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. Radix sort. - C

Language: C - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dfm39/push_swap

push_swap Project from 42 School

Language: C - Size: 1.34 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

wdelaros/push_swap

Language: C - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

toni-schmitt/push_swap

Because swap_push isn’t as natural

Language: C - Size: 1.31 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rphlr/42-push_swap

A sorting algorithm project called "push_swap" for the 42 school.

Language: C - Size: 19.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

dvnishshanka/42-Berlin-push_swap

Push_swap (42 Berlin)

Language: C - Size: 183 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

RealConrad/42push-swap

A sorting algorithm that sorts stacks by ascending order

Language: C - Size: 120 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

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.

Language: C - Size: 443 KB - Last synced at: 12 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

andreyvdl/42-push_swap

my push_swap project

Language: C - Size: 147 KB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

mavmi/push_swap

Stack sorting project

Language: C - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Jabolol/pushswap

Pushswap algorithm implementation using radix sort and colorful visualizer made with ncurses.

Language: C - Size: 160 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

seozkan/push_swap

125/100 🔢 The purpose of this project is to sort given numbers in ascending order using two stacks and certain moves.

Language: C - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

hel-mefe/PushSwap-42

PushSwap is a 42 curriculum project all about creating your own sorting algorithm, you simply have 2 stacks and some limited methods you can use to sort your stacks with the least amount of moves possible, it may seem easy when you read that but in reality it isn't as easy as it may seem at the first glance!

Language: C - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

yatsuZ/Push_swap

projet push_swap de 42, github public de yzaoui (moi)

Language: C - Size: 2.34 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

DianaAndrades/PUSHSWAP

Epitech PUSHSWAP project, 2022

Language: C - Size: 217 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sisittu99/push_swap

What's up, swappers

Language: C - Size: 270 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 18 - Forks: 2

Aldisti/push_swap

125/100

Language: C - Size: 54.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Alexart1995/push_swap

Language: C - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

zstenger93/push_swap

Sorting algorithm between two stacks

Language: C - Size: 366 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

abeph00/Push_Swap

Es un proyecto de algoritmo simple de 42.

Language: Shell - Size: 199 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

aabduvak/push_swap

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

Language: C - Size: 1.55 MB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

eliarisalvares/push_swap_42sp

Because Swap_push isn’t as natural

Language: C - Size: 87.9 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

karadnz/push_swap

sorting numbers with two stacks using least amount of instructions possible

Language: C - Size: 47.9 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

aysuoner/42-push_swap

I made this project in ecole 42. This project is about shorting algorithm using two stack.

Language: C - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

RIshimoto/push_swap

ゲーム「push_swap」における最適解の探索

Language: C - Size: 181 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

valktaelen/42_push_swap 📦

Coder un trie de pile

Language: C - Size: 43.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jdecorte-be/42-Push-Swap

42 Algorithm Project - Sort problem

Language: C - Size: 1.58 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

pvandamme/push_swap

42 Algorithm Project - Sort problem

Language: C - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 14 - Forks: 0

EVBLOOD/push_swap

Language: C - Size: 44.9 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

alvachon/42_push_swap

This project involves sorting data on a stack Sorted with a derived version of the sandwich theorem and with doubly circular linked ist

Language: C - Size: 50.8 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

krios-fu/push_swap

Este proyecto consiste en ordenar datos en una pila, con un conjunto limitado de instrucciones, utilizando el menor número posible de acciones.

Language: C - Size: 202 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0