/42_push_swap

The "push_swap" project consists of creating a C language program in which a set of integer values and two stacks are received. My goal is to develop an efficient sorting algorithm that generates and displays a minimal sequence of instructions in the "push_swap" language to sort the integers.

Primary LanguageC

Watchers