Push Swap is an efficient sorting algorithm project that sorts a stack of integers using two stacks (A and B) with a limited set of operations. The goal is to sort stack A in ascending order (smallest ...
Developing push_swap presented unique challenges in algorithm design and optimization. Each challenge pushed me (no pun intended) to think creatively about efficient solutions while maintaining code ...