You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Push Swap" is a 42 project designed to explore sorting algorithms and their efficiency. This program takes a stack of integers and must sort it using a limited set of operations. Through this project, we delve into algorithmic thinking, optimization strategies, and gain a deeper understanding of how data can be organized efficiently.