News

The Push_swap project is a sorting algorithm implementation that aims to sort a stack of integers using a limited set of predefined operations. The project focuses on finding an optimal solution to ...
sa: Swap the top two elements of stack a. sb: Swap the top two elements of stack b. ss: Perform sa and sb simultaneously. pa: Push the top element of stack b onto stack a. pb: Push the top element of ...