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 sorting algorithms project. The goal: Build a tool to sort TWO STACKS of numbers, using ONLY the unique options given. Each sort has to be done with as little moves as possible..