Ecosyste.ms: Repos

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

GitHub topics: pushswap42

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: 1 day ago - Pushed: 1 day ago - Stars: 1 - Forks: 0

fbkeskin/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: 24.4 KB - Last synced: 22 days ago - Pushed: 22 days ago - Stars: 4 - Forks: 0

Vpekdas/Push_swap

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

Language: C - Size: 251 KB - Last synced: 24 days ago - Pushed: 24 days 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: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

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: 715 KB - Last synced: 28 days ago - Pushed: 9 months ago - Stars: 37 - Forks: 2

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: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

f-corvaro/PUSH_SWAP

"Algorithm that sorts data using two stacks."

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

hu8813/push_swap

42 school project pushswap using radix sort

Language: C - Size: 308 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 12 - Forks: 0

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: 2 months ago - Pushed: 2 months ago - Stars: 2 - Forks: 0

dpetrosy/42-Push-Swap

42 School Push_Swap - Algorithmic project on C

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

42lgasc/push_swap

Because _`swap_push`_ isn’t as natural

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

ibtrd/push_swap_guide

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

Size: 927 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

cezou/PushSwap

Sort a stack with another one

Language: C - Size: 1.74 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 1 - 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: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

arnaudderison/42-push_swap

42 push_swap project

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

maricard18/42-push_swap

Algorithm sorting project

Language: C - Size: 1.4 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 1 - 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: 9 months ago - Pushed: 9 months 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: 9 months ago - Pushed: 9 months 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: 11 months ago - Pushed: 11 months ago - Stars: 1 - Forks: 0

RealConrad/42push-swap

A sorting algorithm that sorts stacks by ascending order

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

hanmpark/push_swap

A 42 cursus's project in which you have to sort a pile of data in ascending order

Language: C - Size: 806 KB - Last synced: about 1 year ago - Pushed: about 1 year 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: 11 months ago - Pushed: over 1 year ago - Stars: 3 - Forks: 0