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
The 42 project, push_swap is about sorting a stack of random integers by using a secondary stack and a set of limited instructions, as efficiently as possible.