Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pikmin-rgb/push_swap
Because Swap_push isn’t as natural
https://github.com/pikmin-rgb/push_swap
algorithm c makefile school-project
Last synced: about 7 hours ago
JSON representation
Because Swap_push isn’t as natural
- Host: GitHub
- URL: https://github.com/pikmin-rgb/push_swap
- Owner: pikmin-rgb
- Created: 2021-11-09T14:38:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T19:16:16.000Z (almost 3 years ago)
- Last Synced: 2024-11-22T04:42:11.043Z (about 2 months ago)
- Topics: algorithm, c, makefile, school-project
- Language: C
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push_swap
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 one (of many) most appropriate solution for an
optimized data sorting.This project has been validated with a score of 84/100.