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

https://github.com/haletran/42_push-swap

Because Swap_push isn’t as natural
https://github.com/haletran/42_push-swap

Last synced: 8 months ago
JSON representation

Because Swap_push isn’t as natural

Awesome Lists containing this project

README

          

# 42_push-swap

***Because Swap_push isn’t as natural***

This project will make you sort data on a stack, with a limited set of instructions, using
the lowest possible number of actions. To succeed you’ll have to manipulate various
types of algorithms and choose the most appropriate solution (out of many) for an
optimized data sorting.