An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# push_swap git init