/Push_swap42

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

Primary LanguageC

Push_Swap

This projects is a program that sorts elements in a reversed stack A, using the stack B. Without bypassing an exact number of instructions or using other than the limited moves cited on the subject.