Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guicdas/push_swap_42

Push_swap project from 42 common core.
https://github.com/guicdas/push_swap_42

algorithms c-programming

Last synced: 1 day ago
JSON representation

Push_swap project from 42 common core.

Awesome Lists containing this project

README

        

# Push_swap

A number sorting algorithmn, sorting the arguments the program received with the help of two arrays and limited operations.

## BESTFRIEND ALGORITHMN

- [Portuguese version](https://github.com/duarte3333/Push_Swap)
- [English version](https://github.com/faleite/42_push_swap/tree/main?tab=readme-ov-file)

## Compiling

To compile this project run

```bash
make
```