https://github.com/achnouri/push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves.
https://github.com/achnouri/push_swap
algorithms c sorting sorting-algorithms stacks swaps
Last synced: about 1 year ago
JSON representation
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves.
- Host: GitHub
- URL: https://github.com/achnouri/push_swap
- Owner: achnouri
- Created: 2025-04-06T05:18:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T05:18:12.000Z (about 1 year ago)
- Last Synced: 2025-04-06T07:29:14.381Z (about 1 year ago)
- Topics: algorithms, c, sorting, sorting-algorithms, stacks, swaps
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves.