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

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.

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.