https://github.com/anxs3c/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/anxs3c/push_swap
algorithms c sorting sorting-algorithms stacks swaps
Last synced: 5 days 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/anxs3c/push_swap
- Owner: anxs3c
- Created: 2025-04-06T05:18:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T09:40:17.000Z (over 1 year ago)
- Last Synced: 2026-07-18T18:46:09.910Z (5 days ago)
- Topics: algorithms, c, sorting, sorting-algorithms, stacks, swaps
- Language: C
- Homepage:
- Size: 37.1 KB
- 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.