An open API service indexing awesome lists of open source software.

https://github.com/anagmrebelo/42_push_swap

Sort data on a stack, with a limited set of instructions, and the smallest number of moves
https://github.com/anagmrebelo/42_push_swap

42 common-core

Last synced: 2 months ago
JSON representation

Sort data on a stack, with a limited set of instructions, and the smallest number of moves

Awesome Lists containing this project

README

        

# push_swap

## Project description:
Sorted data on a stack, with a limited set of instructions, and the smallest number of moves. Manipulated radix algorithm for optimized data sorting\
Bonus consisted of creating a "checker" program that guarantees proper functioning of the sorting function

## Grade
109%

## Usage

```make``` without bonus functions\
```make bonus``` to compile bonus checker