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

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.

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.