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 – Sorting integers with limited operations in C. This project implements an algorithm to sort a stack of integers using a minimal number of allowed operations (sa, sb, ss, pa, pb, ra, rb, rr, rra, rrb, rrr).