TN19N / push_swap

sort data on a stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

push_swap

Summary: 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.

To Run the Program :

make && ./push_swap "(number to sort ex(8 9 7 5 4 1 2 3))"

About

sort data on a stack


Languages

Language:C 96.2%Language:Makefile 3.8%