https://github.com/tinitiuset/push_swap
This project sorts data on a stack, with a limited set of instructions, using the lowest possible number of actions.
https://github.com/tinitiuset/push_swap
42born2code algorithms-and-data-structures
Last synced: 9 months ago
JSON representation
This project sorts data on a stack, with a limited set of instructions, using the lowest possible number of actions.
- Host: GitHub
- URL: https://github.com/tinitiuset/push_swap
- Owner: tinitiuset
- Created: 2022-10-10T11:06:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T14:16:55.000Z (almost 3 years ago)
- Last Synced: 2023-03-09T03:46:27.002Z (over 2 years ago)
- Topics: 42born2code, algorithms-and-data-structures
- Language: C
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Push_Swap 
This sorts data on a stack, with a limited set of instructions, using the lowest possible number of actions.
## Mark:
