News

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. - UVW01/Sorting-Algorithm-Optimizer-aka-Push_Swap ...
This repository implements the Push_Swap project, a challenge designed to hone algorithm design and optimization skills. The goal is to sort a list of integers using two stacks (a and b) and a ...