eddahbihossine/push_swap
push_swap is a sorting algorithm project designed to work with a stack-based data structure. Your task is to sort a stack of integers using a limited set of operations and two stacks, A and B. The challenge lies in optimizing your algorithm to minimize the number of moves required for sorting.
CMIT