https://github.com/toxicmango64/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/toxicmango64/push_swap
algorithms c data-structures programming sorting-algorithms
Last synced: 10 months 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/toxicmango64/push_swap
- Owner: toxicMango64
- Created: 2024-05-25T05:57:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-25T08:46:23.000Z (over 1 year ago)
- Last Synced: 2024-10-24T09:57:23.688Z (about 1 year ago)
- Topics: algorithms, c, data-structures, programming, sorting-algorithms
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push_swap git init