Abdi-29 / push_swap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push_Swap

Push swap is an algorithm project at Codam. You have at your disposal a set of int values, 2 stacks, stack A and stack B, and a set of instructions to manipulate both stacks. Data will need to be sorted, you must take the random list of numbers in Stack A and sort them so that Stack A is organized from smallest to largest.

About


Languages

Language:C 87.1%Language:Python 9.3%Language:Makefile 2.1%Language:Shell 1.5%