Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 398 Bytes

push_swap

Project description:

Sorted data on a stack, with a limited set of instructions, and the smallest number of moves. Manipulated radix algorithm for optimized data sorting
Bonus consisted of creating a "checker" program that guarantees proper functioning of the sorting function

Grade

109%

Usage

make without bonus functions
make bonus to compile bonus checker