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

https://github.com/f321x/push_swap-42-core

Implementation of algorithms to sort a duplicate free stack of integers using specified instructions and one buffer stack with the least possible amount of instructions.
https://github.com/f321x/push_swap-42-core

Last synced: 3 months ago
JSON representation

Implementation of algorithms to sort a duplicate free stack of integers using specified instructions and one buffer stack with the least possible amount of instructions.

Awesome Lists containing this project

README

          

# push_swap-42-core
Implementation of algorithms to sort a duplicate free stack of integers using specified instructions and one buffer stack with the least possible amount of instructions.