Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pikmin-rgb/push_swap

Because Swap_push isn’t as natural
https://github.com/pikmin-rgb/push_swap

algorithm c makefile school-project

Last synced: about 7 hours ago
JSON representation

Because Swap_push isn’t as natural

Awesome Lists containing this project

README

        

# push_swap

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 one (of many) most appropriate solution for an
optimized data sorting.

This project has been validated with a score of 84/100.