https://github.com/myousaf64/push_swap
Push_swap is a an efficient sorting algorithm using two stacks and a limited set of operations. The goal is to sort a given set of integers in ascending order using the fewest possible moves, implementing and optimizing various sorting algorithms to achieve the best performance within specified benchmarks.
https://github.com/myousaf64/push_swap
algorithms c data-structures programming sorting-algorithms
Last synced: about 14 hours ago
JSON representation
Push_swap is a an efficient sorting algorithm using two stacks and a limited set of operations. The goal is to sort a given set of integers in ascending order using the fewest possible moves, implementing and optimizing various sorting algorithms to achieve the best performance within specified benchmarks.
- Host: GitHub
- URL: https://github.com/myousaf64/push_swap
- Owner: myousaf64
- Created: 2024-05-25T05:57:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T08:46:23.000Z (about 2 years ago)
- Last Synced: 2026-07-04T22:33:32.779Z (about 14 hours ago)
- Topics: algorithms, c, data-structures, programming, sorting-algorithms
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push_swap git init