Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guicdas/push_swap_42
- Owner: guicdas
- Created: 2024-09-23T11:22:01.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T21:37:48.000Z (1 day ago)
- Last Synced: 2024-11-13T22:27:53.946Z (1 day ago)
- Topics: algorithms, c-programming
- Language: C
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```