https://github.com/f321x/push_swap-42-core
Implementation of algorithms to sort a duplicate free stack of integers using specified instructions and one buffer stack with the least possible amount of instructions.
https://github.com/f321x/push_swap-42-core
Last synced: 3 months ago
JSON representation
Implementation of algorithms to sort a duplicate free stack of integers using specified instructions and one buffer stack with the least possible amount of instructions.
- Host: GitHub
- URL: https://github.com/f321x/push_swap-42-core
- Owner: f321x
- Created: 2023-11-17T12:32:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T12:58:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T02:24:57.575Z (over 1 year ago)
- Language: C
- Size: 27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push_swap-42-core
Implementation of algorithms to sort a duplicate free stack of integers using specified instructions and one buffer stack with the least possible amount of instructions.