MaloP47 / push_swap

Sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. Radix sort. - C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

push_swap

Sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. - C

grade : 125/100

About

Sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. Radix sort. - C

License:GNU General Public License v3.0


Languages

Language:C 86.3%Language:Makefile 13.7%