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
- Host: GitHub
- URL: https://github.com/anagmrebelo/42_push_swap
- Owner: anagmrebelo
- Created: 2023-02-21T08:53:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T00:44:56.000Z (over 2 years ago)
- Last Synced: 2025-02-12T18:46:50.221Z (4 months ago)
- Topics: 42, common-core
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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