https://github.com/haletran/42_push-swap
Because Swap_push isn’t as natural
https://github.com/haletran/42_push-swap
Last synced: 8 months ago
JSON representation
Because Swap_push isn’t as natural
- Host: GitHub
- URL: https://github.com/haletran/42_push-swap
- Owner: Haletran
- License: mit
- Created: 2024-05-03T18:05:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T18:06:40.000Z (about 2 years ago)
- Last Synced: 2025-03-01T03:42:57.660Z (over 1 year ago)
- Language: C
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 42_push-swap
***Because Swap_push isn’t as natural***
This project will make you sort data on a stack, with a limited set of instructions, using
the lowest possible number of actions. To succeed you’ll have to manipulate various
types of algorithms and choose the most appropriate solution (out of many) for an
optimized data sorting.